KindeK
Kinde10mo ago
9 replies
Temo

Logging out on refresh

Hi, I have react application with Kinde auth. On localhost everything works perfectly, you can log in and the session is persisted after refresh. But I have a problem with the project that is deployed on azurewebsites.net, so my url is something like this: https://myapp.azurewebsites.net. In here users can log in but are logged out after refresh, what might be the problem?

The configuration on kinde dashboard looks good.

this is my provider:


<KindeProvider
clientId='xxx'
domain='https://xxx.kinde.com'
redirectUri={window.location.origin}
logoutUri={window.location.origin}
>
<App />
</KindeProvider>


Thank you in advance
Was this page helpful?