mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #165] Greyed out "get started" button #46
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theoware on GitHub (May 22, 2024).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/165
Hey,
using the Dockerfile I'm only able to get to the landing page. I'm pretty sure, I've set the variables right. I hope, you are able to help me.
Logs:
Screenshot of webpage:

@guyzyl commented on GitHub (May 22, 2024):
What command line did you use to run the container + do you see any errors in the dev console?
@theoware commented on GitHub (May 22, 2024):
Hey, I used the following command:
What do you mean by dev console? The logs I sent above are the whole output of these two commands
@guyzyl commented on GitHub (May 22, 2024):
In chrome press F12 on your keyboard to open the dev console, you should see the frontend's errors there
@theoware commented on GitHub (May 22, 2024):
Here you go:
@guyzyl commented on GitHub (May 24, 2024):
Everything seems OK from the frontend perspective.
It seems that for some reason the backend is up (
Listening on port 8080), but fails to respond to any of the requests it receives (failed (111: Connection refused) while connecting to upstream).The thing is that the Docker image does work, it's what's powering whasync.com + I tried building it myself and running locally when you opened the issue.
My guess would be that it's a configuration problem of the backend.
Have you configured all of the ENV vars as mentioned in README.md?
If you're sure you have, I'll try to think of another way to test my theory (remotely).
@theoware commented on GitHub (May 25, 2024):
It's really weird. I've tried using older versions, setting network to host, also allowing port 8080, setting the env variables in the command, seperating web and backend. I also tried using it on a different computer. Not only that, but I've also tried running it without docker using npm, that worked.
Before, it also worked on my pc. So I think it's some sort of update breaking the program.
@guyzyl commented on GitHub (May 25, 2024):
Does the latest version (
mainbranch) work for you usingnpm?It's hard for me to pinpoint where things are going wrong on your machine remotely, so I'm trying to ask guiding questions in the hopes that you'll find something that causes it all to break.
@theoware commented on GitHub (May 26, 2024):
Just tested and I can confirm it works using npm
@guyzyl commented on GitHub (Jun 1, 2024):
So it defiantly has something to do with the container itself, but it does work for me meaning it has to do something with you environment.
Have you modified any of the files? Are there any local changes you have that are not on the
mainbranch of the repo?@theoware commented on GitHub (Jun 1, 2024):
Apart from the env and google auth thing, I haven't changed anything.
Just now, I've also tried running on a fresh clone of the repo. Still the same result
@guyzyl commented on GitHub (Jun 1, 2024):
Can you upload the container you built to dockerhub? I'll try to check it out myself.
@theoware commented on GitHub (Jun 1, 2024):
Sure, thanks!
https://hub.docker.com/r/theoware/whasync/tags
@mryusufcan commented on GitHub (Aug 19, 2024):
i'm having the same problem. Can you help me, please?



@guyzyl commented on GitHub (Aug 19, 2024):
@mryusufcan do you have the backend log? It seems the frontend is failing to connect to the websocket server of the backend.
@mryusufcan commented on GitHub (Aug 20, 2024):
i solved the problem somehow with chatgpt. thanks
@guyzyl commented on GitHub (Sep 21, 2024):
@mryusufcan glad to hear! Can you write your solution here so the next people to run into the issue will be able to solve it as well?
@memehammad commented on GitHub (Sep 22, 2024):
lmaooo how about you tell us how you did it? I'm having the same issue.
(i cant figure out how to acutally build this myself, whenever i run my version it just gives me a gray page. I tried theowares docker hub version which seems to work except for the greyed out button. My Version never logs "Starting Nginx server". Any chance we could just get an official docker hub image?)
@guyzyl commented on GitHub (Sep 22, 2024):
@memehammad I’ve pushed a fix for this yesterday, you can follow the guide in the README on how to build the image.
If the you still experience the issue on the new build please let me know.