webwhiz-ai / webwhiz

WebWhiz allows you to create an AI chatbot that knows everything about your product and can instantly respond to your customer's queries.
https://www.webwhiz.ai/
GNU Affero General Public License v3.0
882 stars 148 forks source link

What's the email and password? #147

Closed vm10k closed 4 months ago

vm10k commented 5 months ago

Hello there I was trying to make it with docker and after finishing the installation i gone to localhost It opened up a sign up page tried to enter anything it didn't let me so how to access it? IMG_20240130_235931

hrithikt commented 5 months ago

Hi @vm10k Can you share more details about the error you are getting. What is the error response you are getting from the API when you are signing up. Also could you check for any errors that are getting printed in the console of nest app.

vm10k commented 5 months ago

Hi @vm10k Can you share more details about the error you are getting. What is the error response you are getting from the API when you are signing up. Also could you check for any errors that are getting printed in the console of nest app.

I did not use any signup api , just followed the guide and put my 2 open ai keys then click docker conpose then thats it , I can't make any account or login via email and password Also is there any email and password for the admin panel i guess?

vm10k commented 5 months ago

Hi @vm10k Can you share more details about the error you are getting. What is the error response you are getting from the API when you are signing up. Also could you check for any errors that are getting printed in the console of nest app.

Also I'm using docker conposer desktop to run it

vm10k commented 5 months ago

2024-01-31 19:18:06 frontend-1 | 2024/01/31 17:18:06 [error] 31#31: 2 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: , request: "POST /api/auth/signup/ HTTP/1.1", upstream: "http://172.18.0.6:3000/auth/signup/", host: "localhost:3030", referrer: "http://localhost:3030/sign-up" 2024-01-31 19:18:06 frontend-1 | 172.18.0.1 - - [31/Jan/2024:17:18:06 +0000] "POST /api/auth/signup/ HTTP/1.1" 502 559 "http://localhost:3030/sign-up" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0" "-" 2024-01-31 19:18:25 frontend-1 | 2024/01/31 17:18:25 [error] 31#31: 2 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: , request: "POST /api/auth/signup/ HTTP/1.1", upstream: "http://172.18.0.6:3000/auth/signup/", host: "localhost:3030", referrer: "http://localhost:3030/sign-up" 2024-01-31 19:18:25 frontend-1 | 172.18.0.1 - - [31/Jan/2024:17:18:25 +0000] "POST /api/auth/signup/ HTTP/1.1" 502 559 "http://localhost:3030/sign-up" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0" "-" 2024-01-31 19:18:50 frontend-1 | 2024/01/31 17:18:50 [error] 31#31: *2 connect() failed (113: Host is unreachable) while connecting to upstream, client: 172.18.0.1, server: , request: "POST /api/auth/signup/ HTTP/1.1", upstream: "http://172.18.0.6:3000/auth/signup/", host: "localhost:3030", referrer: "http://localhost:3030/sign-up" 2024-01-31 19:18:50 frontend-1 | 172.18.0.1 - - [31/Jan/2024:17:18:50 +0000] "POST /api/auth/signup/ HTTP/1.1" 502 559 "http://localhost:3030/sign-up" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0" "-"

vm10k commented 5 months ago

unknown_2024 01 31-19 21_1

vm10k commented 5 months ago

unknown_2024 01 31-20 38 just manged to make google api but everytime trying to make a bot it doesnt respond , i already double checked my open ai key idk where is the problem now

vm10k commented 5 months ago

unknown_2024 01 31-20 43

vm10k commented 5 months ago

now every time i'm making a new open ai key github alerting openai and open ai deletes it , any idea how to fix that ? i cant make the repo private to avoid destroying the key

hrithikt commented 5 months ago

unknown_2024 01 31-19 21_1

A fix has been committed for this issue yesterday [ commit 10113839899a207ac2e9117565673a76fe062118]. could you pull the new changes and try again. If possible Please confirm that the issue is fixed and signup flow with email and password is working now.

hrithikt commented 5 months ago

now every time i'm making a new open ai key github alerting openai and open ai deletes it , any idea how to fix that ? i cant make the repo private to avoid destroying the key

I'm curious to understand the reason behind committing the api-key to GitHub. It's not secure to commit API keys to a public repository.

vm10k commented 5 months ago

now every time i'm making a new open ai key github alerting openai and open ai deletes it , any idea how to fix that ? i cant make the repo private to avoid destroying the key

I'm curious to understand the reason behind committing the api-key to GitHub. It's not secure to commit API keys to a public repository.

When forking your repo i couldn't set it to private because you didn't allow it to be used privately

vm10k commented 5 months ago

now every time i'm making a new open ai key github alerting openai and open ai deletes it , any idea how to fix that ? i cant make the repo private to avoid destroying the key

I'm curious to understand the reason behind committing the api-key to GitHub. It's not secure to commit API keys to a public repository.

There's no other way to use open ai key in public repo it has to be private in order to use it If we can add it manually from your system it would be working fine to put it via the settings but i tried it , didn't work yesterday

hrithikt commented 5 months ago

There's no other way to use open ai key in public repo it has to be private in order to use it If we can add it manually from your system it would be working fine to put it via the settings but i tried it , didn't work yesterday

You only need to add the key in your local repo. There is no need to commit the key and push it to the remote repo.

vm10k commented 5 months ago

There's no other way to use open ai key in public repo it has to be private in order to use it If we can add it manually from your system it would be working fine to put it via the settings but i tried it , didn't work yesterday

You only need to add the key in your local repo. There is no need to commit the key and push it to the remote repo.

Do you have discord? I need your assistance on it if possible

vm10k commented 5 months ago

There's no other way to use open ai key in public repo it has to be private in order to use it If we can add it manually from your system it would be working fine to put it via the settings but i tried it , didn't work yesterday

You only need to add the key in your local repo. There is no need to commit the key and push it to the remote repo.

Sorry but how to put the key on local repo? Could show me with screenshot I'm lost since yesterday

hrithikt commented 5 months ago

Sorry but how to put the key on local repo? Could show me with screenshot I'm lost since yesterday

you can add the key to the .env.docker file in your local checkout of the repository and try. Don't commit and push that change into github.

vm10k commented 4 months ago

Sorry but how to put the key on local repo? Could show me with screenshot I'm lost since yesterday

you can add the key to the .env.docker file in your local checkout of the repository and try. Don't commit and push that change into github.

i will test it and tell u