-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
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
[DEPLOYMENT] Problem increasing upload size #671
Comments
Hey, 422 is a validation error. Any content/payload in the response? |
I see this in the response: Bk3RVgqs.js:14 Hydration completed but contains mismatches. And 50MB is fine with us, but somehow everything larger than 2MB seems to get blocked, smaller files/images work fine. |
Is this the information you needed? Let me know, if you need more. |
Hey can you please take a look at this post on our Discord: https://discord.com/channels/1203373199765545000/1203373200218791947/1310762475129671781 |
Thanks for the reply - we already enhanced that and restarted the docker and nginx accordingly, but unfortunately it didn't fix the issue. |
Do you have any other suggestions? Any help would be highly appreciated - thanks in advance! |
Hey @Kulturserver I just updated the docker images and setup. This can maybe make things easier (there's a php.ini file that can be changed) Can you please share more details about the request/response etc? |
Thanks for the reply! Unfortunately, we run into a new problem when trying to install the new image. We deleted everything and updated the git repo in /opt/opnform
Here it stops, the fetch doesn't get finalized. Are there any suggestions? Thanks in advance! |
It seems like you're rebuilding the image instead of using the one on docker hub - any reasons why? |
Thank you very much - we will look into this. |
Describe the issue
Although we increased the uploadlimit serverwise, we aren't able to upload images or files larger than 2 MB via our open form installation
Deployment Environment
Deployment Method
Steps Taken
Describe the steps you've taken to deploy the application:
Error Messages
This error is seen in the inspector when trying to upload a large file (forms-dev.culturebase.org being the domain we set up): Bk3RVgqs.js:19
POST https://forms-dev.culturebase.org/api/upload-file 422 (Unprocessable Content)
Configuration Files
If relevant, provide snippets of your configuration files (make sure to remove any sensitive information).
client/.env:
NUXT_PUBLIC_APP_URL=https://forms-dev.culturebase.org
NUXT_PUBLIC_API_BASE=https://forms-dev.culturebase.org/api
NUXT_PRIVATE_API_BASE=http://ingress/api
NUXT_PUBLIC_ENV=dev
NUXT_API_SECRET=***
Logs
To help us diagnose the issue, please provide the following logs:
laravel.log
inapi/storage/logs
on the back-end imageNuxt logs in the client docker logs
those are both empty, we cannot find them
Additional context
we checked with the existing issues #570 and followed the steps there, but with no result
The text was updated successfully, but these errors were encountered: