-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unable to connect to frontend in browser #2
Comments
Hi The 1/ Do you run this on you local machine? If yes could you try with If the problem persists, I might need more logs. |
Hi, great project, the front end looks amazing! I'm having a similar issue getting it running. Followed setup instructions, but was unable to access the front end at the server IP on port 4200. The backend periodically gives the leaf signature error below:
After some time, and trying to access the front end again, the backend logged this:
@shanks3042 did you manage to get it running? |
could get the error about the self signed certificate disappear by adding in backend/mqttClient/mqttclient.js not sure why it is not accepting the configured rootCA.pem |
and the other issue seems to be due ti the mysql init script using reserved keyword read can be fixed by changing |
Hi, sorry for the lack of news, I don't have much time. So about the certificate errors. Did you all run if no:You need to! Otherwise, the default if yes:what is the output of For the mysql error, thanks @lmdc45 I'll fix it soon. Finally for the Thanks for your patience, keep me updated! |
I think we can close this one, the MR from @slade87 fix the issue in SQL and using the command |
Thanks, I got it partially working with the following steps:
If I clone the repository with my root user which runs the docker container I need the fix from lmdc45 |
I set up everything according to https://github.com/m8schmit/ecovacs-stack#how-to-install and #1
My frontend .env looks like
REACT_APP_HOST_IP=192.168.1.249
and the backend .env like
I also tried setting the HOST_IP to the IP of my vacuum robot as it's not clear which one to use.
When i try to access 192.168.1.249:4200 I only get an error that the site can not be found.
192.168.1.249:3000 only shows a blank page.
When I attach to the docker container of the backend I always see this error message:
The frontend shows this error message:
ecovacs-stack-frontend-1 | info There appears to be trouble with your network connection. Retrying...
The text was updated successfully, but these errors were encountered: