Skip to content

Dev Toolbar - Issue detail page not loading #91867

@usamamoinakhter

Description

@usamamoinakhter

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Steps to Reproduce

  1. Enable Dev Toolbar from settings
  2. 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>

  1. Log in to Sentry via the toolbar
  2. Click Issues
  3. 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

Waiting for: Community

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions