aaronpowell / azure-remix-stack

A remix stack template for running a remix app on Azure
MIT License
78 stars 15 forks source link

remix v2.2.0 - nginx landing page #14

Closed starkajs closed 1 year ago

starkajs commented 1 year ago

Hi,

When using the template with the latest version of remix (2.2.0) and then updating the Dockerfile to node:19-alpine the deployment just stays on the nginx landing page.

I'm not sure where to debug from there if you can point that out it'd be a great help? We're using Azure through foundershub so would prefer to stay with Azure which is made easier with your template (thank you!!) but still challenging!

Andrew

aaronpowell commented 1 year ago

Within Azure Container Apps (where it deploys to) you'll find options for Revisions and Containers:

Options in the Azure Portal

Under Revisions you can find what the status of the deployment is, here's an example:

Example revision details

Clicking on the name will give you links to the various logs in which you could dig more into it, but it sounds like the deployment didn't work, so you might need to look into the azd logs locally first.

starkajs commented 1 year ago

Thanks Aaron. You've just made the start of my day an amazing one as going into the logs allowed me to see that "chalk" wasn't in package.json.

Thanks again Andrew

starkajs commented 1 year ago

No longer an issue

aaronpowell commented 1 year ago

Can you send a PR with the updated Dockerfile? Should probably bump the one in the template, and that way you get the contributor credits 😄

starkajs commented 1 year ago

Will attempt to work out how to do that today :-)