Closed aphe closed 6 years ago
never mind, all i need to change is process.env.XBROWSERSYNC_DB_USER & process.env.XBROWSERSYNC_DB_PWD at the config.js
Hi @aphe, glad you solved your issue. I do recommend you run v1.1.0 as the dependencies have been updated and it supports running the service over HTTPS. I'm currently testing before upgrading https://api.xbrowsersync.org and merging to master, but if you do find any issues please raise them here.
I try to install on my server. the service using pm2, using 127.0.0.1:8080 and create virtualhost so i can access using my subdomain.
but all the css and js not loaded, and return
{"code":"ResourceNotFound","message":"/css/bootstrap.min.css"}
when i try to access directly.and when i try to change service on the chrome extension the domain became red.
how can i tell the service is working? the pm2 log show only this
xBrowserSync-API started on 127.0.0.1:8080 ...