Replace blob PUT request returns 404 due to incorrect replacePath
When replacing a file, there is a 404 response:
Proposal
It seems the problem is the incorrect request URL. After manually setting the endpoint, I was able to get a success.
|
|
|
|---|---|
http://localhost:3000/root/public-project/-/create/master/File000.txt |
http://localhost:3000/root/public-project/-/update/master/File000.txt |
(create) |
(update) |
I think we need to fix the path supplied by GraphQL's replacePath:
Edited by Samantha Ming




