Skip to content

OAuth Authorization Not Working - 404 Error #40

@caenvibe

Description

@caenvibe

I'm trying to integrate Kick OAuth for my application, but the authorization endpoint is not working.
The URL I used:

https://id.kick.com/oauth2/authorize?client_id=MY_CLIENT_ID&redirect_uri=http://localhost:5000/callback&response_type=code

When I try to access this URL, I get a 404 error (Page Not Found).

Steps to Reproduce

  1. Created an app in Kick Developer portal.
  2. Added http://localhost:5000/callback as my redirect URI.
  3. Used the authorization URL above.
  4. Got a 404 error instead of a login page.

Expected Behavior

  • The Kick OAuth authorization page should open and prompt the user to log in.

Actual Behavior

  • Instead, I get a 404 error.

Additional Information

  • I followed the documentation here but it doesn't seem to be working.
  • I contacted Kick support, and they advised me to report it here.

Any updates or fixes would be appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions