Staging error 401

Hello guys !
I’m stuck in the login page when my app is in staging mode. It shows an unauthorization or cors error like kind of stuff. I show you my error in the image above. Thank you for your help.

Which auth plugin are you using ? You get this error when you try to redirect your user to a private page after a login, right ?

Could you share more details about your setup ? Thanks

I use Xano as the backend as well as the plugin. Are there any configurations I need to set?

It looks good but you may remove the addionnal headers as Access-Control-Allow-Origin is a backend header, it should be in the Xano response, not in the front end request.

Also, do you have a paid or a free plan for Xano ? Issue can happen because of the rate limit.