getting a 404 trying to change env vars from app page #156

Closed
opened 2026-03-06 12:29:18 +01:00 by sneak · 2 comments
Owner
https://paas.datavi.be/apps/01KK1DN86HQW5EWNF0ZR6M9Z5J/env gives 404, please investigate
Author
Owner

@clawbot this too

@clawbot this too
Collaborator

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}/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 -->
clawbot self-assigned this 2026-03-11 01:15:25 +01:00
sneak closed this issue 2026-03-11 12:06:57 +01:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#156