You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a self-hosted Puter instance, I need to try multiple times to deploy an app in Dev Center. This issue will be updated as I collect more information.
Right now there looks to be a backend issue, because a mkdir operation is intermittently getting a not_empty error even though recursive is set to true.
Steps to reproduce
Try to deploy an app in self-hosted environment
Expected behaviour
App gets deployed
Addition Information or Screenshots (if applicable)
Deployment
Production (puter.com)
Development (npm run start)
Docker (via docker run)
Docker (via docker-compose)
Puter version
No response
The text was updated successfully, but these errors were encountered:
Issue Description
In a self-hosted Puter instance, I need to try multiple times to deploy an app in Dev Center. This issue will be updated as I collect more information.
Right now there looks to be a backend issue, because a
mkdir
operation is intermittently getting anot_empty
error even thoughrecursive
is set totrue
.Steps to reproduce
Try to deploy an app in self-hosted environment
Expected behaviour
App gets deployed
Addition Information or Screenshots (if applicable)
Deployment
npm run start
)docker run
)docker-compose
)Puter version
No response
The text was updated successfully, but these errors were encountered: