Deploy to production never finishingo

Thank you for your quick answer!

Today I’ve found that the production environment has appeared on the dashboard, but it still is not available on the production URL, though it says the app is running and the server’s helthcheck endpoint is working.

Answering your questions.

The project name is ‘Laterpress’.
We are using forest-express-sequelize v8.4.5 .
We are deploying using Docker.

Firstly I found the same issue here with the solution where removing of FOREST_DISABLE_AUTO_SCHEMA_APPLY helped.

As for .env , we configure it with yaml before building a docker container, and e.g. console.log(process.env.DATABASE_URL) was logging correctly. And now taking into account we have full access to the production environment via the dashboard, everything works.

As I said, now the problem is only with running the app on the production URL.
Could you please help with this?

Thank you