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

Admin UI broken: you are not currently authorized to perform this action #1045

Closed
michaelbromley opened this issue Aug 19, 2021 · 0 comments
Closed
Assignees
Labels

Comments

@michaelbromley
Copy link
Member

Describe the bug
Latest release v1.1.4 introduced a regression in the Admin UI which prevents it from loading at all.

From Slack:

Hi all. I’m looking to get vendure initialized locally to try it out. However, after running npm init @vendure <project> and then cd <project>;yarn start, I am unable to access the admin UI by going to http://localhost:3000/admin. I simply get a blank white page with the following error message in my browser console:

 ERROR Error: You are not currently authorized to perform this action
     at new e (main-es2015.8bdfa14035b3836ceac0.js:1802)
     at main-es2015.8bdfa14035b3836ceac0.js:98
     at main-es2015.8bdfa14035b3836ceac0.js:2631
     at new x (polyfills-es2015.e88a9fb5531288aee6ec.js:1)
     at Object.next (main-es2015.8bdfa14035b3836ceac0.js:2631)
     at v (main-es2015.8bdfa14035b3836ceac0.js:2475)
     at C (main-es2015.8bdfa14035b3836ceac0.js:2475)
     at t.value (main-es2015.8bdfa14035b3836ceac0.js:2475)
     at main-es2015.8bdfa14035b3836ceac0.js:2631
     at Array.forEach (<anonymous>)

Environment (please complete the following information):

  • @vendure/core version: 1.1.4
  • Nodejs version any
  • Database (mysql/postgres etc): any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant