413 Error | Entity Too Large when trying to restore backup
nmnvisuals2
PROOP
10 months ago
413 Error | Entity Too Large when trying to restore backup on pocketbase which is deployed using template. i cannot see any way to modify config.
2 Replies
Railway
BOT
10 months ago
Hey there! We've found the following might help you get unblocked faster:
- 🧵 413 Request Entity Too Large
- 🧵 413 Request Entity Too Large on Production but it uploads on Local server
- 🧵 Upload files to a nest Js App
If you find the answer from one of these, please let us know by solving the thread!
phoenixauro
HOBBY
10 months ago
In your service settings try using a custom start command for example
/pb/pocketbase serve --http=0.0.0.0:8080 --upload-max-size=100
here 100 is in MB. You will need to change the location of /pb/pocketbase depending on which template you used.