sentry-wizard: Loading Wizard failed. Please try again in a few minutes and let us know if this issue persists

Environment

Node Version: v18.14.0 Windows 11 22H2

Steps to Reproduce

  1. Use turborepo to create a package based monorepo with pnpm workspace as manager
  2. Follow the official sentry nextjs pendo, execute npx @sentry/wizard -i nextjs --debug in {TURBOREPO_PATH}/app/{DESIRED_APP_PATH}/ where package.json resides

Expected Result

Loading Wizard should succeed and life should be right as rain 🍡

Actual Result

PS {DESIRED_APP_PATH}> npx @sentry/wizard -i nextjs --debug
Need to install the following packages:
  @sentry/wizard@3.10.0
Ok to proceed? (y) Y
{
        "_": [],
        "i": "nextjs",
        "integration": "nextjs",
        "debug": true,
        "uninstall": false,
        "skip-connect": false,
        "skipConnect": false,
        "quiet": false,
        "s": false,
        "signup": false,
        "disable-telemetry": false,
        "disableTelemetry": false,
        "$0": "C:\\Users\\Administrator\\AppData\\Local\\npm-cache\\_npx\\a8388072043b4cbc\\node_modules\\@sentry\\wizard\\dist\\bin.js"
}
Running Sentry Wizard...
version: 3.10.0 | sentry-cli version: 1.75.2
Sentry Wizard will help you to configure your project
Thank you for using Sentry :)
Skipping connection to Sentry due files already patched

{
        "integration": {
                "_argv": {
                        "_": [],
                        "i": "nextjs",
                        "integration": "nextjs",
                        "debug": true,
                        "uninstall": false,
                        "skip-connect": false,
                        "skipConnect": false,
                        "quiet": false,
                        "s": false,
                        "signup": false,
                        "disable-telemetry": false,
                        "disableTelemetry": false,
                        "$0": "C:\\Users\\Administrator\\AppData\\Local\\npm-cache\\_npx\\a8388072043b4cbc\\node_modules\\@sentry\\wizard\\dist\\bin.js"
                },
                "_isDebug": true
        }
}


{
        "integration": {
                "_argv": {
                        "_": [],
                        "i": "nextjs",
                        "integration": "nextjs",
                        "debug": true,
                        "uninstall": false,
                        "skip-connect": false,
                        "skipConnect": false,
                        "quiet": false,
                        "s": false,
                        "signup": false,
                        "disable-telemetry": false,
                        "disableTelemetry": false,
                        "$0": "C:\\Users\\Administrator\\AppData\\Local\\npm-cache\\_npx\\a8388072043b4cbc\\node_modules\\@sentry\\wizard\\dist\\bin.js"
                },
                "_isDebug": true
        }
}


┌   Sentry Next.js Wizard 
│
◇   ──────────────────────────────────────────────────────────────╮
│                                                                 │
│  This Wizard will help you set up Sentry for your application.  │
│  Thank you for using Sentry :)                                  │
│                                                                 │
│  Version: 3.10.0                                                │
│                                                                 │
├─────────────────────────────────────────────────────────────────╯
│
◇  Are you using Sentry SaaS or self-hosted Sentry?
│  Sentry SaaS (sentry.io)
│
◇  Do you already have a Sentry account?
│  Yes
│
■  Loading Wizard failed.
│
└  Please try again in a few minutes and let us know if this issue persists: https://github.com/getsentry/sentry-wizard/issues

About this issue

  • Original URL
  • State: closed
  • Created 10 months ago
  • Comments: 21 (10 by maintainers)

Most upvoted comments

I tried curl but get Loading Wizard failed. again.

image

Hi @Lms24. Yes this is the latest as the Getting Started section says I just enter the npx @sentry/wizard@latest -s -i reactNative and after the question about do I have a Sentry account I get this message:


■  Loading Wizard failed.
│
└  Please try again in a few minutes and let us know if this issue persists: https://github.com/getsentry/sentry-wizard/issues

Hi @zhutoutoutousan

this message appears if an Http request to sentry.io fails. You can try running

 curl https://sentry.io/api/0/wizard/

and see if if you get a resonse similar to

{"hash":"<hash value>"}