Skip to content

Authorization for VS Code integration does not do anything #267

@fabiangfd

Description

@fabiangfd

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions