How about you redirect to the login endpoint after the logout action?
Oct 28, 2022
2
Level 1
login is creating a query string
My issue, if i am on a page like https://example.com/invoices and i have been logged out then after logging in the url is now https://example.com/invoices?%2Finvoices=
Is this a known issue? is there a way to prevent this query string and/or fix it? I did post a question on this on stackoverflow several months ago but nobody had any relevant ideas. My app is due to go onto a production environment next week and this is pretty much the only remaining issue!
I do realise that it has no impact on the functionality of my pages but it just feels dirty and unfinished...
thanks
Craig
Please or to participate in this conversation.