Share feedback, ideas and get community help

Home
Members
Ricardo Lucena
R
Ricardo Lucena
Offline, last seen 3 months ago
Joined September 26, 2024
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
3 comments
B
R
I noticed that the installation method changed, now it uses bun-js, but when trying to install it displays the following error:

ricardo@ricardo:/var/www/html/typebot.io$ bun i
error: Bun could not find a package.json file to install from
note: Run "bun init" to initialize a project
2 comments
B
R