The bug was a form action path mismatch in templates/app_detail.html: the "Add" env var form was posting to /apps/{id}/env but the route is registered as /apps/{id}/env-vars. The edit and delete forms were already using the correct paths.
Fix submitted in [PR #158](https://git.eeqj.de/sneak/upaas/pulls/158).
The bug was a form action path mismatch in `templates/app_detail.html`: the "Add" env var form was posting to `/apps/{id}/env` but the route is registered as `/apps/{id}/env-vars`. The edit and delete forms were already using the correct paths.
<!-- session: agent:sdlc-manager:subagent:5c5b2c9d-b4cc-42b0-ba7f-8d8476a54d44 -->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.