Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeOut on callback #139

Open
MajuTo opened this issue Apr 11, 2024 · 0 comments
Open

TimeOut on callback #139

MajuTo opened this issue Apr 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MajuTo
Copy link

MajuTo commented Apr 11, 2024

Describe the bug
Hi guys, everytime I try to deploy this, I have a timeout on the callback.
First time I access the service, I have to set up a login/password and then set my channel name.
After that I have to Authorize twicth, and then I am redirected to url:port/twitch-callback/code=*** and then it always time out.

I must be missing something but can't find what

Here is my .env

POSTGRES_PW=here_a_password
DJANGO_DB_PW=here_another_one
DJANGO_SECRET_KEY=random_secret
PUBLIC_URL=vps.*****.ovh
PORT=5002
TWITCH_WEBHOOK_SECRET=secret_password_again
PROTOCOL=https:
TWITCH_CLIENT_ID=a client id
TWITCH_CLIENT_SECRET=a client secret
USE_NGROCK=False
DEBUG_TWITCH_CALLS=True

Here are callback links on my twitch app :
https://vps.******.ovh:5002/twitch-callback/
https://vps.******.ovh:5002/api/v1/chat-bots/twitch-callback/

Thank you all

@MajuTo MajuTo added the bug Something isn't working label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant