-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
🐛bugSomething isn't workingSomething isn't working
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_MODE
andGOD_MODE_EMAIL
are correctly set.

- Screenshot of Browser Console: Shows the
403 Forbidden
errors 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
Metadata
Metadata
Assignees
Labels
🐛bugSomething isn't workingSomething isn't working