You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first discovered this when integrating the sveltekit SDK into my own project. In order to ensure I didn't implement incorrectly I checked out the starter kit and was able to duplicate the issue without code change. During login two messages are sent to console, a warning and an error. When integrating with sentry or similar error tracking tool, a full error is generated and potentially a bug report popup. It is my feeling that login should not generate any errors on the console, it leads the user and developer to believe something is wrong.
Prerequisites
Describe the issue
I first discovered this when integrating the sveltekit SDK into my own project. In order to ensure I didn't implement incorrectly I checked out the starter kit and was able to duplicate the issue without code change. During login two messages are sent to console, a warning and an error. When integrating with sentry or similar error tracking tool, a full error is generated and potentially a bug report popup. It is my feeling that login should not generate any errors on the console, it leads the user and developer to believe something is wrong.
Starter kit URL
https://github.com/kinde-starter-kits/react-starter-kit
Operating system(s)
Windows
Operating system version(s)
Windows 11
Further environment details
Only changes made were putting in settings for .env
Reproducible test case URL
No response
Additional information
The text was updated successfully, but these errors were encountered: