Im using Flask along with bits of HTML and JS
In my HTML file I have a redirect using
window.location.href = window.location.origin + "/menu";
and another using:
window.location.href = window.location.origin + "/order_summary";
but it doesn't go to the next page (this does work locally though) Thanks in advance!
It gets stuck on / page and doesn't get redirected