Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] CMS container failed to start

diberry opened this issue · comments

Are you accessing the project from the GitHub Codespaces?

  • No, I am running the project on my local machine (I will fill in the OS section below)
  • [X ] Yes, I am using GitHub Codespaces.

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug
CMS container isn't starting. Portal log for CMS container shows errors.

To Reproduce
Steps to reproduce the behavior:

  1. Start CodeSpaces in browser.
  2. azd auth login
  3. azd provision
  4. azd deploy
  5. try to access cms container in browser by URL, get 504
  6. look in portal log for cms, get errors

Expected behavior
CMS container starts. Can access Strapi admin panel against deployed resource.

Screenshots
If applicable, add screenshots to help explain your problem.
image

OS (please complete the following information):

  • OS:
  • OS Version:
  • npm version:
  • Node.js version: v18.15.0
  • output of azd version: azd version 1.2.0 (commit 99ea7577f0df0df2ba34b677da189fafba18c0f7)

Additional context
git log

commit f9e3bdc (HEAD -> main, origin/main, origin/HEAD)
Author: Kolade 105021997+DannyK05@users.noreply.github.com
Date: Wed Aug 23 08:59:32 2023 +0100

Reproduced it, I'm on it!