We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Install docker production-ready service.
Edit .env (API_HOSTNAME=xsync.my-local-domain.tld )
Add dns record to DNS, hostname resolving fine for any clients
docker-compose up -d without errors
On client workstation go to https://xsync.my-local-domain.tld
Install browser extension https://chrome.google.com/webstore/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc?utm_source=chrome-app-launcher-info-dialog - switch service to https://xsync.my-local-domain.tld and get Unable to connect
telnet xsync.my-local-domain.tld 443 connected
why browser extension not working? What i can do wrong?
The text was updated successfully, but these errors were encountered:
Right click in the extension window and click "Inspect", can you copy here what you see in the console window please?
Sorry, something went wrong.
No branches or pull requests
Install docker production-ready service.
Edit .env (API_HOSTNAME=xsync.my-local-domain.tld )
Add dns record to DNS, hostname resolving fine for any clients
docker-compose up -d without errors
On client workstation go to https://xsync.my-local-domain.tld
Install browser extension https://chrome.google.com/webstore/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc?utm_source=chrome-app-launcher-info-dialog - switch service to https://xsync.my-local-domain.tld and get Unable to connect
telnet xsync.my-local-domain.tld 443 connected
why browser extension not working? What i can do wrong?
The text was updated successfully, but these errors were encountered: