I have done the following steps:
- Deployed a Web App + Database in Azure (Postgresql) - This configures a vnet so db can be accessed privately from web app
- I have setup a storage account and container
- I have changed the environment variables to the app service to match those in the strapi config for the database and the storage container
- I have added the storage container info to plugin.ts in strapi code
- I have deployed via github actions
The website deploys and I can access the admin panel but I cannot register the first admin user. Its as though it cannot see the database for some reason. If I manually add the azure db connection info to localhost for my dev environment it connects perfeectly and does what its suppose to. Its just the web app cannot see the db for some reason. I also deployed a web app and database separately and set the database to fully public for all IPs and accessible from all azure services and still strapi will not move to the next screen or work with the db in azure. So I am at a standstill and not sure how to debug this.
I checked log streams and I am not seeing any errors. What else shoudl I check?
This topic has been created from a Discord post (1284190327363731557) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord