I have recently deployed OpenPanel using the self-hosted setup (Docker Compose) on my own VM. Everything seems to be running correctly, and I can successfully access the dashboard, and create my first org and project.
After that i tried creating a new Organization by clicking on the current Organization name and i see a "New organization" button but its greyed out.
Details:
Deployment: Self-hosted via Docker Compose.
Environment: Accessing the dashboard via a custom domain with an Nginx reverse proxy since im more familiar with it than caddy.
Behavior: The button is actually there, but greyed out.
I already tried:
Verifying that my URLs are correctly configured in the .env file.
Re-deploying the instance from scratch, but the issue persists.
My urls are configured like this:
DASHBOARD_URL="https://op.domain.com"
API_URL="https://op.domain.com/api"
Observations:
There are no obvious errors (related to my issue) in the browser's console, except a call to your official API (POST https://api.openpanel.dev/track 401 (Unauthorized)) maybe somewhat related to #380
My questions:
Is the multi-organization feature restricted or disabled in the self-hosted version?
If it is meant to be supported, is there any specific configuration option I might be missing to enable?
Could this be related to a missing permission or an incomplete initial setup?
Thanks for your work on this project!
I have recently deployed OpenPanel using the self-hosted setup (Docker Compose) on my own VM. Everything seems to be running correctly, and I can successfully access the dashboard, and create my first org and project.
After that i tried creating a new Organization by clicking on the current Organization name and i see a "New organization" button but its greyed out.
Details:
Deployment: Self-hosted via Docker Compose.
Environment: Accessing the dashboard via a custom domain with an Nginx reverse proxy since im more familiar with it than caddy.
Behavior: The button is actually there, but greyed out.
I already tried:
Verifying that my URLs are correctly configured in the .env file.
Re-deploying the instance from scratch, but the issue persists.
My urls are configured like this:
Observations:
There are no obvious errors (related to my issue) in the browser's console, except a call to your official API (POST https://api.openpanel.dev/track 401 (Unauthorized)) maybe somewhat related to #380
My questions:
Is the multi-organization feature restricted or disabled in the self-hosted version?
If it is meant to be supported, is there any specific configuration option I might be missing to enable?
Could this be related to a missing permission or an incomplete initial setup?
Thanks for your work on this project!