-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
- Enable Dev Toolbar from settings
- Initialize the dev toolbar with DSN in VueJS
<script src="https://browser.sentry-cdn.com/sentry-toolbar/latest/toolbar.min.js"></script>
<script> window.SentryToolbar.init({ organizationSlug: 'abc', projectIdOrSlug: 'xyz', sentryOrigin: 'https://sentry.abc.com', }); </script>
- Log in to Sentry via the toolbar
- Click Issues
- Select Any Issue
Expected Result
It should take the user to the issue detail page within Sentry
Actual Result
It redirects to the page that says
The organization you were looking for was not found.
Redirection URL:
https://sentry.abc.com/issues/${issueNo}/?project=${projectSlug}
Both the issue number and project slugs are correct.
Tried with both project slug and project ID.
Product Area
Other
Link
No response
DSN
No response
Version
25.4.0
Metadata
Metadata
Assignees
Labels
Projects
Status