You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running auspice develop ... works fine initially, but as soon as the code rebuilds it is no longer viewable in the browser. Firefox displays "The page isn’t redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete". It looks like we're getting into a infinite loop of 302 redirects to the same page ("/").
How to reproduce
Steps to reproduce the current behavior:
auspice develop
load localhost:4000 - note that all works as expected
Change some code, you should see "webpack building..." in the terminal
Refresh localhost:4000
Possible solution
The bug is present at current master (40befc6).
Bisecting indicates the bug was introduced in #1733
The text was updated successfully, but these errors were encountered:
Running
auspice develop ...
works fine initially, but as soon as the code rebuilds it is no longer viewable in the browser. Firefox displays "The page isn’t redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete". It looks like we're getting into a infinite loop of 302 redirects to the same page ("/").How to reproduce
Steps to reproduce the current behavior:
auspice develop
Possible solution
The bug is present at current master (40befc6).
Bisecting indicates the bug was introduced in #1733
The text was updated successfully, but these errors were encountered: