[bug]: God Mode not working after v0.28 update in Coolify (403 Forbidden)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
Hello Plane Team,
I am running a self-hosted instance and I'm unable to access God Mode due to an authorization issue.
Environment:
- Deployment Method: Self-hosted using Docker Compose on Coolify (v4.0.0-beta.420.0)
- Plane Image Version:
makeplane/plane-backend:stable
Problem Description:
I have enabled God Mode via environment variables. The /god-mode route is active, but the frontend shows a "Workspace not found" error. The browser console shows that all API requests to /api/workspaces/god-mode/... are failing with a 403 (Forbidden) error and the message "You do not have permission to perform this action."
This happens even after a full application restart and clearing all browser data.
Configuration:
I have confirmed my environment variables are set correctly. (See screenshot 1).
Evidence:
- Screenshot of Environment Variables: Shows
ENABLE_GOD_MODEandGOD_MODE_EMAILare correctly set.
- Screenshot of Browser Console: Shows the
403 Forbiddenerrors from the API.
Steps to reproduce
- Update to v0.28 in Coolify
- Update Env Variables to enable God Mode
- Go to /god-mode
Environment
Production
Browser
Google Chrome
Variant
Self-hosted
Version
v0.28
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.