-
Notifications
You must be signed in to change notification settings - Fork 314
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
v4 and up causes Aborted Connection errors when uploading images #266
Comments
Check on Ghost's forums which DB is supported. It would also help if you share your compose file. Cheers! |
my guess is this is related to #256 - based on the "when I upload image, Ghost crashes" error. |
Reading through the thread, I agree it looks very similar. |
Tried running with NODE_ENV: development
Same results as before. Relevant sections from docker-compose.yml:
|
I was originally running this on a DO droplet and it was working okay. So it's likely a network issue causing my problems. Thank you for your time. |
I'm running Docker version 20.10.8, build 3967b7d on Ubuntu Server 20.04.
Versions 3.42.5 and below of Ghost work fine in Docker, but I have problems with v4 and above.
When I try to up load an image (post image, or publication icon etc) I see "Request was rejected due to server error" on the Ghost admin panel and:
in the Docker log.
MariaDB version is 'latest'. I see the same result with MySQL.
What am I missing, please?
The text was updated successfully, but these errors were encountered: