Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF authored Oct 8, 2023
1 parent c64212f commit 519a095
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions wiki/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,14 @@ but you can e.g. [use NGINX to reverse-proxy your map]({{site.baseurl}}/wiki/web
and add SSL that way.

### Q: My map disappears when I zoom in!
This can happen when BlueMap is trying to load the hi-res tiles, but can't find them for some reason.
This is usually because haven't set up your external webserver correctly yet.
Please make sure you've read the [External Webservers]({{site.baseurl}}/wiki/webserver/) guide to see how to do that.
This happens when BlueMap is trying to load the hi-res tiles, but can't find them for some reason.
This could be caused by one of two things:
- You've set `save-hires-layer` to `false` in your map's config.
If this is the case, make sure to set the `hires-slider-default` to `0` in `webapp.conf` and set the "Render Distance - Hires Layer" slider down to `0` in the webapps settings-menu.
- You haven't set up your external webserver correctly yet.
Please make sure you've read the [External Webservers]({{site.baseurl}}/wiki/webserver/) guide to see how to do that.

If you're still having issues, please visit [#support](https://discord.com/channels/665868367416131594/751804128749027421) in our [Discord](https://bluecolo.red/map-discord).
It could also be because you've just set `save-hires-layer` to `false`. If this is the case, make sure to set the `hires-slider-default` to `0` in `webapp.conf`, and reload the page completely (`F12` -> `Network` -> `[x] disable Cache` -> `F5`).

### Q: How do I add authentication to my map?
BlueMap does not support authentication by itself. Instead, you could use [http-basic-auth using an external webserver](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/).
Expand Down

0 comments on commit 519a095

Please sign in to comment.