Failed to fetch http vs. https

Hello,

When I jump between tabs in the panel I get the following error message:

Mixed Content: The page at 'https://x.ch/panel/site' was loaded over HTTPS, but requested an insecure resource 'http://x.ch/panel/site?tab=meta&language=de'. This request has been blocked; the content must be served over HTTPS.

So that I can log into the panel at all, I have the following in the config 'url' => '/',

As far as I’ve read in the forum posts, it doesn’t seem to be a problem caused by getKirby, but I have to tell the hoster what he needs to adjust in the nginx setting. how do I get information about this?

greetings perry.

Try setting the url option to

'url' => 'https://x.ch',

This helped the hoster to adapt nginx:

thank you for your work.