Flask+MySQL: :( Application Error

Yoonjung Lera 1 Reputation point
2021-08-03T02:57:49.593+00:00

Hello, I'm making a webapp with Flask and MySQL.
I deployed my webapp and it worked very well with Azure.
However, yesterday, suddenly this error is occurred.

:( Application Error
If you are the application administrator, you can access the diagnostic resources.

(There is no specific error logs or directions)

I checked

  1. logs --> nothing was special
  2. configurations --> added app setting
  3. my python code --> It works well in local
  4. git repository which is connected
  5. and so on

But nothing is changed.
I searched a lot and some people said it might be because of SSL. I have not bonded the SSL file yet.
I wonder it is really because of SSL things because it worked well even though I didn't bind the SSL file to my webapp. But suddenly it became a problem? I'm not sure...
And should I make a custom domain? because this advice introduces that.
https://learn.microsoft.com/en-ca/azure/app-service/app-service-web-tutorial-custom-domain?tabs=cname

Please save me from this error...I can't figure out it:(

120005-image.png

119948-image.png

120006-image.png

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Cristian SPIRIDON 4,486 Reputation points Volunteer Moderator
    2021-08-03T05:39:59.833+00:00

    There could be issues with resources - mem, CPU, disk.

    Did you check disk used or your chosen plan?

    Hope this helps.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.