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
First, can't get past the setup Screen, "illegal request" error.
Do a refresh and the Dashboard appears, but broken with another "illegal request" error.
Clicked on the profile, then on logout. Another error came out:
{"success":false,"error":{"code":"Illegal request","message":"Illegal request","title":null}}
Feels like the anti-CSRF code going amok
The text was updated successfully, but these errors were encountered:
I just figured it out. My docker file was using localhost:port but my actual URL was 192.168.1.xx:port.
I had to edit the docker file to the exact URL I was using (not localhost) and then it worked.
First, can't get past the setup Screen, "illegal request" error.
Do a refresh and the Dashboard appears, but broken with another "illegal request" error.
Clicked on the profile, then on logout. Another error came out:
{"success":false,"error":{"code":"Illegal request","message":"Illegal request","title":null}}
Feels like the anti-CSRF code going amok
The text was updated successfully, but these errors were encountered: