data-umbrella / event-board-web

Event Board: front-end code
https://events.dataumbrella.org
GNU Affero General Public License v3.0
10 stars 13 forks source link

"Bad request" error #425

Open reshamas opened 8 months ago

reshamas commented 8 months ago

2023-07-28 @BerylKanali and I are trying to post an event to the Event Board and we both are running into this error. "Bad request" We cannot sign in to the Events Board. We cannot submit our email address to get a magic link to log in.

image

reshamas commented 8 months ago

From @najwanan

The error message that's being returned , 400 bad request, can have a few root causes from what I read. Essentially it means that the request we are sending to the server has become corrupted somehow. I'm seeing several suggestions to clear cookies, empty the dns cache. I've tried logging in with incognito, so I don't think it's a cookies issue. But there are some other things I haven't tried yet.

reshamas commented 8 months ago

These are all the places in the code base where "Bad request" shows up: https://github.com/search?q=repo%3Adata-umbrella%2Fevent-board-web%20"bad%20request"&type=code

Exploring: