Skip to content

OAuth authorize endpoint returning HTTP 404 #380

@FluxoViewers

Description

@FluxoViewers

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:

  1. Is the OAuth endpoint currently working?
  2. Is there a new authorize URL?
  3. Does the application require approval before OAuth works?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions