You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maputnik version: linux binary: maputnik version Editor: 1.7.0; Desktop: 1.0.7 Browser: Chrome OS: macOS
Description of the bug:
The linux binary won't watch/edit style even if all permission groups are allowed to write on AWS Ubuntu
An error that says "GET http://localhost:8001/styles net::ERR_CONNECTION_REFUSED"
It seems like the Javascript embedded hostname is localhost and it is not able to ping back the server from the browser.
Also, it works just fine on my local machine where the host IS localhost.
Steps to reproduce the behavior:
Download latest linux binary from github page
Unpack zip
Run ./maputnik --port 8001 --file ./style.json --watch
Hi @hyphae-lab I did some digging around the code, and it appears you can add two URL parameters to resolve that: localhost and localport. Here is the relevant code.
Maputnik version: linux binary: maputnik version Editor: 1.7.0; Desktop: 1.0.7
Browser: Chrome
OS: macOS
Description of the bug:
The linux binary won't watch/edit style even if all permission groups are allowed to write on AWS Ubuntu
An error that says "GET http://localhost:8001/styles net::ERR_CONNECTION_REFUSED"
It seems like the Javascript embedded hostname is localhost and it is not able to ping back the server from the browser.
Also, it works just fine on my local machine where the host IS localhost.
Steps to reproduce the behavior:
Style file or style URL:
(http://ec2-54-188-62-113.us-west-2.compute.amazonaws.com:8001/#0.55/0/0)
Screenshots:
n/a
The text was updated successfully, but these errors were encountered: