I have created the Azure Postgres SQL Server and Web app with docker image following the official site of Wiki JS installation: https://docs.requarks.io/install/azurewebapp
Configured the web app with same information given in the above site:
After configuring, restarted the web app. But still, I'm getting this error;
even though I select basic plan of web app at yesterday, it worked. It shown the administrator page of wiki js but from today, it is giving me application error.
To replicate the issue, I have created an Azure database for postgres with Basic pricing tier as recommended the wiki.js official docs.
Allow all the Public access in networking of this Postgres SQL server.
The other resource is Azure web app with Docker wiki image and B1 app service plan:
Next part is Installation of Azure web app with Wiki.js:
When I launch azure web app public URL in the browser, it taken so much time because it is hosted in basic b1 plan which is of 1.75 GB RAM.
Also, I have received the same error you got in the browser:
This is because it hosted in the basic b1 app service compute where it is having less RAM to load. So, I did wait for 10 to 15 minutes and finally it shown the result as expected (Wiki.js Installation and local admin account creation page):
Note:
Reference: https://docs.requarks.io/install/azurewebapp