We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log: upload method: POST open /home/userdata/workspace-723ceb50-9552-457a-8c39-255f1cd02947/userdata/sheet.txt: no such file or directory
i think the folder name is mismatch
manager.go use userfolder:
gridstudio/grid-app/proxy/manager.go
Line 686 in 834a481
but upload server use userdata:
gridstudio/grid-app/main.go
Line 104 in 834a481
and os.O_CREATE can not create parent folder.
The text was updated successfully, but these errors were encountered:
yes, me too.
Sorry, something went wrong.
No branches or pull requests
log:
upload method: POST
open /home/userdata/workspace-723ceb50-9552-457a-8c39-255f1cd02947/userdata/sheet.txt: no such file or directory
i think the folder name is mismatch
manager.go use userfolder:
gridstudio/grid-app/proxy/manager.go
Line 686 in 834a481
but upload server use userdata:
gridstudio/grid-app/main.go
Line 104 in 834a481
and os.O_CREATE can not create parent folder.
The text was updated successfully, but these errors were encountered: