enferno icon indicating copy to clipboard operation
enferno copied to clipboard

Getting 500 error while starting the app

Open sakkeerhussaina opened this issue 2 years ago • 2 comments

Getting the below message at start. Not sure what I missed.

500 Sorry, something went wrong on our system. Don't panic, we are fixing it! Please try again later.

image

sakkeerhussaina avatar Aug 26 '22 19:08 sakkeerhussaina

I am also having this issue

ladeane00 avatar Sep 14 '22 22:09 ladeane00

Hi,

a couple of things to check.

  • do you have a .env file in your root directory ? you can copy and modify the .env-sample , or just use the following file that uses sqlite database:
#Enferno
SECRET_KEY=3nF3Rn@
FLASK_APP=run.py
FLASK_DEBUG=1
MAIL_USERNAME=sendgrid
MAIL_PASSWORD=sendgrid_secure_password
SQLALCHEMY_DATABASE_URI=sqlite:///db
#Docker
COMPOSE_PROJECT_NAME=enferno
PYTHONUNBUFFERED=true
  • can you turn on FLASK_DEBUG and share the detailed error message ? that could give us a better insight about what's going on.

level09 avatar Sep 15 '22 07:09 level09

Didn't hear back from you, feel free to re-open if you still get this error :)

level09 avatar Jan 15 '23 19:01 level09