Having werkzeug.expectation.BadRequestKeyError(key)
and sqlite3.OperationalError: no such table: file
errors
#75
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/0x0#75
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi and sorry for disturbing you. I am pretty new to self hosting and web server stuff and having the problems I mentioned in title. Thanks.
Make sure you configure the database path in
config.py
—you may need to use an absolute path there. Once you’ve done that, you need to runFLASK_APP=fhost flask db upgrade
to get the database schema set up. It should work after that.It worked thanks