DEV Community

Discussion on: Svelte Auth0 integration in 66 LOC

Collapse
 
stordahl_ profile image
Jacob Stordahl

I'm getting an error that auth0 is null when attempting to call the login function. Any idea what would be causing this? Really love this implementation

Collapse
 
codechips profile image
Ilia Mikhailov

Sounds like auth0 is not intialized. Is onMount called? console.log is your friend here :)