API errors / OAuth

https://id.twitch.tv/oauth2/token 404 Not Found
Makes authorizing and validating a bit inconvenient

Everything looks ok to me here.

Are you GETting by accident?

My web flows/tooling is ok
And twitch token in the CLI is working for a client credentials generation

No. Everything was working yesterday and I haven’t changed anything.

Hi,

Apparently I did introduce a bug on my testing system which resulted in the request being sent improperly (yes, as a GET). At the same time, my production system got disconnected and was inexplicably requiring a new token. I’ve never seen that before, so I reasonably but incorrectly assumed these were connected.

I fixed the bug in my test code and got that working, and I restarted the production instance and it’s working happily now (with the old token).