authorizerdev / authorizer

Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.

Home Page:https://authorizer.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error message "unauthorized" in browser's console

yangzhaox opened this issue · comments

Version: 1.2.4

Describe the bug

There is an error message "unauthorized" in browser's console when accessing the server.

Steps To Reproduce

  1. open https://auth.moochee.us/app in Chrome
  2. open the console

Expected behavior

No error in console

Screenshots

Screenshot 2023-11-26 at 5 17 03 PM

Desktop (please complete the following information):

  • OS: MacOS latest
  • Browser Chrome latest
  • Version 119.0.6045.105

@yangzhaox This is expected behavior, when it is unauthorized we show login screen else we show logged in state.
However, we are optimizing this in the coming release of authorizer-js SDK so it should disappear and this unauthorized state will be maintained internally.

I know it can add annoying results in your reporting tool like Sentry.