Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Authentication Token Prompt Repeatedly Appears - 'Access from an untrusted browser, some features are limited. #564

Open
been-there-done-that opened this issue Jan 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@been-there-done-that
Copy link

🐛 The bug

I am encountering an issue in a newly created Nuxt 3 project where the authentication token prompt for console access to DevTools keeps reappearing upon page refresh. The initial authentication works, granting access, but subsequent page reloads prompt me to trust the token again.

Replication Steps:

Create a new Nuxt 3 project.
Attempt to authenticate the browser for console access to DevTools.
Successfully authenticate for the first time.
Upon refreshing the page, the authentication token prompt reappears, requiring reauthorization.
Environment Details:

package.json

{
  "name": "nuxt-app",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare"
  },
  "devDependencies": {
    "nuxt": "^3.9.0",
    "vue": "^3.4.5",
    "vue-router": "^4.2.5"
  }
}

Browser: [Version 120.0.6099.129 (Official Build) (x86_64)]
Operating System: [MacBook Pro - 13.6.3 (22G436)]

Attaching a stackblitz link not sure we can enable the devtools or not
stackblitz

🛠️ To reproduce

https://stackblitz.com/edit/nuxt-starter-l3ypjv?file=nuxt.config.ts

🌈 Expected behavior

The authentication should be requested Once per port during development.

ℹ️ Additional context

some

@been-there-done-that been-there-done-that added the bug Something isn't working label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant