Title:
OAuth authorize endpoint returning HTTP 404
Body:
Hello Kick team,
I am trying to implement OAuth login for my Kick application, but the authorize endpoint is returning HTTP 404.
Application setup:
- Application created successfully in Kick Developer Portal
- Client ID configured
- Redirect URI configured:
http://localhost:4000/callback
- Scope:
user:read
Endpoint used:
https://id.kick.com/oauth/authorize
Generated URL example:
https://id.kick.com/oauth/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=http://localhost:4000/callback&scope=user:read
Result:
HTTP ERROR 404
What I already tested:
- Different redirect URIs
- HTTP and HTTPS
- Different scopes
- api.kick.com/oauth/authorize
- kick.com/oauth/authorize
Backend is working correctly using Express/Node.js.
Could you please confirm:
- Is the OAuth endpoint currently working?
- Is there a new authorize URL?
- Does the application require approval before OAuth works?
Thank you.
Title:
OAuth authorize endpoint returning HTTP 404
Body:
Hello Kick team,
I am trying to implement OAuth login for my Kick application, but the authorize endpoint is returning HTTP 404.
Application setup:
http://localhost:4000/callback
user:read
Endpoint used:
https://id.kick.com/oauth/authorize
Generated URL example:
https://id.kick.com/oauth/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=http://localhost:4000/callback&scope=user:read
Result:
HTTP ERROR 404
What I already tested:
Backend is working correctly using Express/Node.js.
Could you please confirm:
Thank you.