C
C#4mo ago
Gecko

405 Method Not Allowed

I woke up today, and suddenly my application is returning "405 Method Not Allowed" on every endpoint. It was not doing this last night, and no changes have taken place in between. My teammates are able to run my branch no problem. What is going on here?
10 Replies
Pobiega
Pobiega4mo ago
no changes
Doubt Something has changed. The question is what.
Gecko
Gecko4mo ago
No changes to the code at least. The fact it works fine on my teammates devices means the app itself is in a fine state. The only thing I can think of is something weird going on in chrome? It's a blazor app, so it opens in chrome
Pobiega
Pobiega4mo ago
And you're sure you are hitting an endpoint with the correct htttp method?
Gecko
Gecko4mo ago
Yes
Pobiega
Pobiega4mo ago
Try with a different browser, ot checking the app out in a new folder and running from there
Gecko
Gecko4mo ago
No description
Gecko
Gecko4mo ago
Maybe this has something to do with it That is the problem. My teammates don't have those errors
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
Gecko
Gecko4mo ago
I have no idea why, but just unsetting my startup project and setting it again fixed it
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View