Default backend 404

The application was deployed successfully, and I added the port correctly, and nothing wrong with the logs (both application and env view). How can I solve this problem?
Here is my Dockerfile.

FROM node:12
WORKDIR /app
COPY . /app/
EXPOSE 5000
RUN yarn install
CMD [“yarn”, “start”]

My console address

Thank you

Hello,

Taking a look into it

Hi back,

This is fixed, your application is available at z79cd48c9-z168e5fea-gtw.qovery.io

For the record, the issue was due to us doing a migration. You created your application beginning of July, we made a migration on how we handle domain, just after that, and you declared a port for your application after the migration

A lot of words to say, that your application was stuck between two ways of handling things on our side.

It is all fixed now :partying_face:

1 Like