Reloading a Customized Login/Signup or Password Reset Page

Hi,

I have a two working react applications that customizes the login/signup and reset password flow.

However, if a user reloads the page manually a 404 “Not Found” is returned.

Reading through the documentations, it appears that the state parameter is invalid and this check is executed before the react-app. What’s interesting is this test does not fail using the universal login widget.

How would I handle this 404 “Not found” on a reload?

Thank you

have you found any solution?