Open DanWahlin opened 8 months ago
Facing same issue, though this just affects the blog cms service
encounter the same issue in codespace
Thanks for the information @ZedFarNl and sorry you’re hitting an issue here. Are you seeing the exact same error message as above or something different? If you can share the specific error that would be helpful.
//cc @manekinekko and @anfibiacreativa
Thank you for reporting! We will be prioritizing this issue.
I've traced this issue and found the problem. It seems to be related to https://github.com/strapi/strapi/issues/12493 that prevents the CMS from starting, which explain why we are getting a 503. Since the Blog depends on the CMS, it's also impacted, hence the Error: getaddrinfo ENOTFOUND blog-cms
error.
In the meantime, in order to unblock everyone, I've disabled this configuration in the Docker compose file untill the Strapi issue is fixed.
Note: the broken images in Blog are an expected result for now, because the db restore script contains image links that were hosted on Azure when the original db dump has been made. This can be improved in a separate PR if someone wants to take a shot and clean the db script.
Updates: I kept looking at this issue, and it seems that the CMS server fails to start randomly, I assuming this is because of some race condition issues when starting all containers at once. To fix this for now, please restart the CMS container and the server should start:
docker compose restart blog-cms
Are you accessing the project from the GitHub Codespaces?
Describe the bug
Not all of the servers start. I'm seeing this in the logs after running npm install && npm start in the codespace:
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected all services to start
OS (please complete the following information):
azd version
: 1.6.1 (commit eba2c978b5443fdb002c95add4011d9e63c2e76f) - (codespaces version)