Failure signing up
-
Whenever I try to sign up, I keep getting the error below.
I tried setting it up with and without OAuth support without success. When I do use the OAuth login option, I get another error complaining that the OAuth login failed (right when I press the button). Any ideas?
Invalid or missing XSRF token. Please reload the page and try again.
(CSRF token invalid){ "headers": { "normalizedNames": {}, "lazyUpdate": null }, "status": 403, "statusText": "OK", "url": "https://comments.somesite.com/api/auth/profile", "ok": false, "name": "HttpErrorResponse", "message": "Http failure response for https://comments.somesite.com/api/auth/profile: 403 OK", "error": { "id": "xsrf-token-invalid", "message": "XSRF token is missing or invalid", "details": "CSRF token invalid" } }
-
I just realized what the problem was. I'm not sure if it can be fixed here or upstream.
I had PIxelfed installed on my root domain (While Comentario was installed on a subdomain in the same domain). Once I removed the cookies for Pixelfed, it started working again.
-
@Locutus there goes my "pretty sure" ....
I can't quite make out what is the relation between pixelfed on root domain and comentario on subdomain. Do you think this is because of some issue in localstorage/browser side? What happens when you try another browser?