-
Notifications
You must be signed in to change notification settings - Fork 19
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 tile38 #9
Comments
I get a similar error on Windows 10 Home, Version: 20H2, Build: 19042.1237
Any help? |
In my case, it tries to connect to an AWS instance, which seems to be a default value. My server is running on a local network 192.168.5.1:9851. I still get an error like
|
I traced the issue down to the containers not accepting the docker-environment-list at all. If I exec /bin/bash inside the tile38-worker and tile38-viewer containers to the correct values, both create a correct connection immediately. |
I run tile38 image on port 9851 and it listens through the cli and able to execute commands
then i run tile38-viewer via
docker run 8080:80 <image-id>
when i open the browser on port 8080 the app can't connect to the server leaving this error
warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect. fail: tile38_viewer.Controllers.Tile38Controller[0] Unable to connect to Tile38
The text was updated successfully, but these errors were encountered: