-
Notifications
You must be signed in to change notification settings - Fork 534
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
[Chore] Unable to run app using Codespaces Instructions #449
Comments
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 strapi/strapi#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 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:
|
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)The text was updated successfully, but these errors were encountered: