app-generator / flask-atlantis-dark

Atlantis Lite - Flask (Dark Version) | AppSeed
https://appseed.us/product/atlantis-dark/flask/
Other
150 stars 61 forks source link

Internal server error #4

Open Jimmykimpo opened 3 years ago

Jimmykimpo commented 3 years ago

I cloned this project and followed your YouTube video step by step however when I run it I get an Internal Server Error 500 on the browser. I followed all Windows commands required for setup.

app-generator commented 3 years ago

Hello @Jimmykimpo,

Please specify the commands and python version.

Before running the commands listed in the README please double-check the Python version:

python --version

On a Windows testbed this command shows Python 3.8.4 Let us know your progress.

Jimmykimpo commented 3 years ago

I am on python 3.9.1. As for the commands, I copied and pasted the commands you have listed (making sure I chose the Windows options for the ones that apply).

app-generator commented 3 years ago

Hello,

We've re-test the kit (fresh install) on Windows and Linux (Ubuntu 18.04LTS). The codebase is ok. Try to start the app in DEBUG mode: Let us know your progress.

$ # Set up the DEBUG environment $ # (Unix/Mac) export FLASK_ENV=development $ # (Windows) set FLASK_ENV=development $ # (Powershell) $env:FLASK_ENV = "development"

On Mon, 11 Jan 2021 at 01:09, Jimmykimpo notifications@github.com wrote:

I am on python 3.9.1. As for the commands, I copied and pasted the commands you have listed (making sure I chose the Windows options for the ones that apply).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/app-generator/flask-dashboard-atlantis-dark/issues/4#issuecomment-757560690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMFUJGDBGVT7NN5VV42CDF3SZIXUNANCNFSM4V4VI33A .

marvinschmidtke commented 3 years ago

Hi guys,

im getting the same ERROR with the following stacktrace:

image