Migrating to Docker Container
-
Hi,
I’m a bit of a newbie to WordPress (at least at this level). I have an AWS Elastic Beanstalk WordPress site that we’ve been maintaining for a few years now. We are moving to a Docker Container architecture and having some issues.
Techie info:
wp-content folder is mounted to an EFS volume so that plugins, themes, etc. can be maintained when new containers are launched.Back-end database is an AWS RDS MySql database.
I have been able to launch the container and bring up the main page. However, anywhere that I navigate to, I get an error:
Not Found The requested URL was not found on this server.When I go into wp-admin, I can see all the posts and pages there. I can edit them, but if I attempt to update the post (I figured maybe that would somehow resolve it) the error is:
Updating failed. Error message: The response is not a valid JSON response.Anyone have any idea what I could check? I’m not super familiar with the underlying workings of WordPress so I don’t know if this would be an issue in the DB, the application files or what.
Thanks in advance for any help you can provide.
The topic ‘Migrating to Docker Container’ is closed to new replies.