Skip to main content
ArcBlock Community

Auth0 setup not working correctly

wgring
Developers
blocklet-serverresolved

Not sure if its a bug on the blocklet server side - I attempted the Auth0 Login setup tutorial, but after finishing setup and attempting any of the login methods through Auth0 I'm met with a page saying there's a callback url mismatch.

The message

Screenshot_20240620_114847_Firefox.jpg

The settings for auth0

Screenshot_20240620_115247_Firefox.jpg

I've removed and added it twice, and attempted restarts on the blocklet space as well with the same outcome.

When checking the methods on wasil's site, his redirect seemed to work just fine (video comparisons; wasil's site then mine):

7 replies

zhanghan2 years ago

Can you check if the App URL setting is correct? Must be same domain, you filled in auth0

image.png

wgring2 years ago

Screenshot_20240620_181144_Firefox.jpg

Screenshot_20240620_181328_Firefox.jpg

Same yes. Same result with or without forward slash entered.

wgring2 years ago

ya that allowed the page to show, though it gives me a warning that differs from the comparison previously:

Screenshot_20240620_190211_Firefox.jpg

zhanghan2 years ago

That is because you enable Google login in auth0, but this Google login is using auth0 dev keys

You can disable Google login or just apply your own google login project

PS: I will wirte another post about "Config Google login" in the next few days, which means you can use Google login directly with blocklet, rather than through auth0. So you can turn off auth0-google without hesitatation

null2 years ago

👀

zhanghan2 years ago

Just publish two tutorials about Google login and Github Login

Reply