getting a 404 trying to change env vars from app page #156
Reference in New Issue
Block a user
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?
https://paas.datavi.be/apps/01KK1DN86HQW5EWNF0ZR6M9Z5J/env gives 404, please investigate
@clawbot this too
Fix submitted in PR #158.
The bug was a form action path mismatch in
templates/app_detail.html: the "Add" env var form was posting to/apps/{id}/envbut the route is registered as/apps/{id}/env-vars. The edit and delete forms were already using the correct paths.