Nextcloud not displaying maps

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version |
    G_DIETPI_VERSION_CORE=9
    G_DIETPI_VERSION_SUB=4
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’
    G_LIVE_PATCH_STATUS[0]=‘not applicable’
  • Distro version | bookworm 0
  • Kernel version | Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
  • Architecture | arm64
  • SBC model | RPi 4 Model B (aarch64)
  • Power supply used | official power supply
  • SD card used | SanDisk ultra

Additional Information (if applicable)

  • nginx
  • update of nextcloud, then reinstall of nginx (85)

Steps to reproduce

I updated nextcloud to 29.0.1, nginx start failed due to missing /var/log/nginx/error.log
I created with "touch /var/log/nginx/error.log"
error log says: connect to unix:/rn/php/php8.2-fpm.sock failed
I reinstalled nginx with "dietpi-software reinstall 85
nextcloud runs again, but only under local IP
run of dietpi-letsencrypt
nextcloud is working again with noip-url

  • but maps in nextcloud are not displayed anymore

  • also external sites are not displayed anymore (“blockierte Seite” = page is blocked)

  • memories pictures are not displayed (same issue?)

Expected behaviour

maps should be displayed

Actual behavior

external sites are blocked

Extra details

i found
Maps app does not show any map - Maps - Nextcloud community
but i cannot find a similar entry in /etc/nginx/sites-dietpi/dietpi-nextcloud.conf

Is there a limit in a nginx config that forbids to load external sites like:

Can you open web dev tools (from rightclick menu) and have a look into the console if there is any error?
In the same window you can switch then to the network tab and reload the nextcloud page and see if there are any errors shown.

I’m on nextcloud 29.0.3 and Lighttpd 1.4.69 (and latest Dietpi of course) and can not reproduce this.

Do you have other software installed that uses nginx?

edit:

You can check all of your nginx configs with

cat /etc/nginx/nginx.conf /etc/nginx/sites-enabled/*