Troubleshooting
“no such table: user”
- Forgot to run migrations on your DB?
flask db upgrade
“Could not parse SQLAlchemy URL”
- Ensure
DATABASE_URLis set in Prod or Dev config - For SQLite, DevConfig auto‑creates
instance/
TemplateNotFound
- Verify your
template_folderpath increate_app() - Confirm
templates/is at project root
License Key Errors
Invalid or missing LICENSE_KEY- Check
.envhas bothLICENSE_KEYSandLICENSE_KEY
Stripe Failures
- Use Stripe’s test card
4242 4242 4242 4242 - Inspect logs:
heroku logs --tail