How are you running Sentry?
I cannot create project anymore if I select a different team. If I leave the default one, it's working.
An error message is returned:
The requested resource does not exist
The HTTP query done is a post on
/api/0/teams/XXX/[object Object]/projects/
It's working if the project is not changed, so there is probably something wrong during team selection ?
I can confirm the issue!
I've killed a bit less than week because of that issue (I thought, we doing something wrong, if it is only us who suffer of this, and it is no more reports)
+1
I have exactly the same issue with fresh install of 9.1.0.
confirm the issue!
It looks like this was fixed in https://github.com/getsentry/sentry/pull/12631. In the meantime, I used the Firefox debugger: copy the failing request as Curl, change the URL to replace [Object object] with the slug of the team in question, and run it.
We're pulling in the related fix into the 9.1.1 release which should go out later today.
Most helpful comment
We're pulling in the related fix into the 9.1.1 release which should go out later today.