In my project i use #Flask #Python #SQLite #Jinja3.1 #Chrome Versions
I use Codespaces from CS50, I used JavaScript before in other projects but not with Jinja and was ok.
Here is an image to see status codes when I am in app. Status Codes
Possible problem here? browser
My app config:
app.config["TEMPLATES_AUTO_RELOAD"] = True
app.config["SESSION_PERMANENT"] = False
app.config["SESSION_TYPE"] = "filesystem"
Session(app)