I tried to update the file ./src/data/mapLayers.js with the correct url in my server, but this wasn't successful as the map plugin still look to the older url.
Would you be able to update the plugin with the correct url?
For each tile:
A resource is blocked by OpaqueResponseBlocking, please check browser console for details. 4279.jpg [view-source:https://stamen-tiles-c.a.ssl.fastly.net/watercolor/14/1459/4279.jpg]
When clicking on the image link:
<html>
<head>
<title>Fastly error: unknown domain stamen-tiles-c.a.ssl.fastly.net</title>
</head>
<body>
<p>Fastly error: unknown domain: stamen-tiles-c.a.ssl.fastly.net. Please check that this domain has been added to a service.</p>
<p>Details: cache-bfi-kbfi7400083-BFI</p></body></html>
⚠️ This issue respects the following points: ⚠️
Bug description
When selected the watercolor scheme for the basemap, no tiles are displayed.
Looking at the Console output in the web developer for both firefox and chromium, link to any GET request to tiles with a URL of the shape https://stamen-tiles-c.{s}.ssl.fastly.net/watercolor/{z}/{y}/{x} return a type 500 Domain Not Found error.
Some online search informed me that the tile server for the stamen tiles migrated in 2023 [https://docs.stadiamaps.com/guides/migrating-from-stamen-map-tiles/]. According to the page, tile url changed from https://stamen-tiles-c.a.ssl.fastly.net/watercolor/{z}/{y}/{x} to https://tiles.stadiamaps.com/tiles/stamen_watercolor/{z}/{x}/{y}.jpg.
I tried to update the file ./src/data/mapLayers.js with the correct url in my server, but this wasn't successful as the map plugin still look to the older url.
Would you be able to update the plugin with the correct url?
Steps to reproduce
Expected behavior
Display watercolor tile when selecting the watercolor option
Installation method
Official Docker image
Operating system
Other
PHP engine version
Other
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install of the server?
None
Is this bug present after an update or on a fresh install of the app?
Fresh Nextcloud Maps install (never installed before)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Browser Console
When clicking on the image link: