Share feedback, ideas and get community help

Updated 5 months ago

self hosting manual github oauth error "Try signing with a different account"

At a glance

A community member is experiencing an error when trying to authenticate via Git on their TypeBot installation with Docker. The error message is "self hosting manual github oauth error 'Try signing with a different account'". The community member has configured the auth URL callback on Git as http://34.66.236.79:8080/api/auth/callback/github and is following the installation steps for Docker.

In the comments, another community member suggests that the URL might need to be HTTPS instead of HTTP. Another community member reports that the issue was resolved and it was due to a port release problem in the VM firewall.

Useful resources
I'm receiving the following error message when I try to authenticate via git on my TypeBot installation with Docker:

self hosting manual github oauth error "Try signing with a different account"

My auth url callback configuration on GIT is:

http://34.66.236.79:8080/api/auth/callback/github

I'm running the application following the installation step by step using Docker:

https://docs.typebot.io/self-hosting/deploy/docker
Attachment
image.png
B
R
3 comments
I'm not sure if it can work with a http URL, it must be https maybe?
Otherwise, any error in the server logs?
@Baptiste thanks for your support, everything is ok now. It was a port release problem in the VM firewall.
Add a reply
Sign up and join the conversation on Discord