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
no changesDoubt Something has changed. The question is what.
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
And you're sure you are hitting an endpoint with the correct htttp method?
Yes
Try with a different browser, ot checking the app out in a new folder and running from there
Maybe this has something to do with it
That is the problem. My teammates don't have those errors
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
I have no idea why, but just unsetting my startup project and setting it again fixed it
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View