Hello,
I’m running into a blocker creating a Developer Space on a fresh Atlassian account. Looking for help understanding whether this is a known bug or a misunderstood prerequisite.
What happens
-
I log in to https://developer.atlassian.com with a freshly created, email-verified Atlassian account.
-
I create a new Developer Space via the console UI. The flow completes successfully and shows the new space’s ID (UUID).
-
After refreshing the page, the Developer Space is gone from the list, as if it had never been created.
-
Navigating directly to the space URL with the generated ID returns “not found / no permission”.
-
From the CLI:
$ npx @forge/cli@latest developer-spaces list
You are not currently a member of a Developer Space.
You must be a member of a Developer Space to register an app.
$ npx @forge/cli@latest register -s <generated-id> -y my-app
Error: The Developer Space does not exist, or you don't have the correct
permissions to access it.
The behavior is fully reproducible. I’ve tried creating the space 5+ times with the same outcome.