Database deployment issue

We have a new wasp app and we are trying to deploy the app on fly io using the provided instructions.

However when running the command wasp deploy fly launch <App-name> <region> both backend and frontend apps are successfully created but when creating the postgres database app we get the following error.

In the dashboard we can see the database app launched but it isn’t setup properly as it is missing essential environment variables such as DATABASE_URL which isn’t allowing us to deploy the rest of the application by running wasp deploy fly deploy. A quick solution will be much appreciated.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.