window.location.reload()
doesn't work; window.location.href = window.location.href;
doesn't reload the page
#1232
Labels
bug
Something isn't working
Describe the bug
What happened, and what did you expect to happen?
After navigating to a valid url (e.g.
window.location.href = 'https://ga-nksuawgghv.now.sh/'
in the CLI), there doesn't seem to be any way to refresh the page.window.location.reload()
doesn't seem to do anything, nor doeswindow.location.href = window.location.href
The text was updated successfully, but these errors were encountered: