Single page application (JavaSciprt) - getting error message on console after closing the browser

i,
I followed theJavaScript implementation guide and even downloaded the complete sample (Have not modified it).
I can perform a login and logout.
But if I close the browser after a sucessful login (Or press ctrl+f5 to clear the chace) I get an error (In the console):
Failed to load resource: the server responded with a status of 400 ()
And the login button is grayed out.
I have node.js installed on a web server, and I am accessing the page from a client with an HTTPS connection

NOTE: I also tested it with a normal login (Not social)

Thanks~!

Hey there!

The most effective way to handle that would be to have tool maintainers look at that and troubleshoot it directly. Can I ask you to open a GitHub issue in appropriate repo and share the link to it here so we can ping repo maintainers about that? Thanks!

Hi Konrad

Any chance you can provide me a guide how to upload to GitHub?

Thanks
David

This solution worked for me:

1 Like

Perfect glad you have it working and thanks for sharing the solution!