Feedback button missing from cloud instance (FORGEJO_API_TOKEN not passed) #63
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#63
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?
Problem
The floating "💬 Feedback" button is invisible on the cloud instance (
menagerie.circuitforge.tech/peregrine). It was working before Vue SPA work began.Root cause
inject_feedback_button()inapp/feedback.pysilently returns early whenFORGEJO_API_TOKENis not set:FORGEJO_API_TOKENwas incompose.yml(dev) but was never added tocompose.cloud.yml.Fix applied
Added
- FORGEJO_API_TOKEN=${FORGEJO_API_TOKEN:-}to theappservice environment incompose.cloud.yml.Verification
Restart the
peregrine-cloudapp container — the feedback button should reappear in the bottom-right corner of all pages.