-
Notifications
You must be signed in to change notification settings - Fork 183
Closed
Description
Hi,
I am running Nuxt 3.5.3 with Devtools 0.6.0.
here are my devtool settings:
devtools: {
enabled: true,
vscode: {
startOnBoot: true,
enabled: true,
mode: "local-serve",
},
},
When visiting the VS Code Tab in the Devtools UI, I get the "Permission Required" message. In my terminal I get, the message
Permission Request
│
│ A browser is requesting permissions of writing files and running commands from the DevTools UI.
│ undefined
│
│ Please open the following URL in the browser:
│ http://localhost:3003/__nuxt_devtools__/auth?token=DtH2VoXvXaVZ0rrplKjjRmsccd3Zo4Sw
│ │
When I open the URL I get the message "Authorized! You can close this window now".
However, going back to my Nuxt App, the Devtools still show "waiting for authorization".
I have tested with the latest Chrome and Firefox. Same behavior.
Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels