Hi,
(and thanks for making Kirby such a great product!)
After pulling from GitHub to a new server the exact same content as local and development, /panel worked (with new user setup) right after I refreshed the site /panel. Now I get a blank page.
I checked many other threads here but couldn’t find any solution.
This is the preview site (To which I haven’t mapped the final domain yet):
[Removed link for privacy]
The exact same content works on development (identical server):
[Removed link for privacy]
All subpages work. No error logs, no debug info. I guess the problem is the address not being xx.yy.zz? I tried already RewriteBase / in .htacces with no luck.
Well, there’s still something fishy… After clearing “cookies and other site data” the panel becomes accessible, as long I don’t refresh when inside the panel: I can close it and open up again, but as soon as I hit refresh I get a blank page whereafter I have to clear cache as well… Huh?
Oh, I actually do: GET https://www.aeschbacher-produktionen.ch/media/panel/b1179856b0372cb8777975cb658548ac/js/vendor.js 404 (Not Found) site:433
which is:
Some hosts (like media temple, which i think this is) give you a temporary URL to access the site on while you are waiting for DNS to update. I think the issues is the Apache server is configured to what the domain will be when the DNS works, and the preview URL is like a proxy so basically Kirby is struggling to understand where it lives.
Yeah, I think there lies the problem.
It’s actually metanet.ch.
I’m pretty sure it will work as soon as I change the domain mapping to this host. However it’s still pointing to another host that’s currently live. It’s not a huge issue, but it would be great to work with this before going definitely live.
Any hints what I could do? Shall I talk to the hoster? What could they change if there is something?