Link via WhatsApp without CSS
Hello!
When I install Bludit (3.16.2) on my web server everything works perfectly.
However, if I send the link to the page via Whatsapp, then when I and the recipient click on the link, the page loads without CSS. If you then click on a link on the page without CSS, everything is fine again and css is loaded. Does anyone know the problem? It is independent of the theme.
Tested behavior with two installations (one clean install without any content) in different folders. PHP 8.2.15 with Whatsapp under iOS17 and iOS18 (on iPhone)...
Thanks
Benjamin
When I install Bludit (3.16.2) on my web server everything works perfectly.
However, if I send the link to the page via Whatsapp, then when I and the recipient click on the link, the page loads without CSS. If you then click on a link on the page without CSS, everything is fine again and css is loaded. Does anyone know the problem? It is independent of the theme.
Tested behavior with two installations (one clean install without any content) in different folders. PHP 8.2.15 with Whatsapp under iOS17 and iOS18 (on iPhone)...
Thanks
Benjamin
It's the default browser, which opens when I click the link in Whatsapp. Safari I guess...
I just realized: I have the same behavior, when I open the website in private Modus in Safari. Maybe the css is not already cached at this moment. When I click on an icon on my site which is linked to the URL of the website, the css is loaded and everything is fine...
The inkognito-Mode in Chrome shows the same...
I just realized: I have the same behavior, when I open the website in private Modus in Safari. Maybe the css is not already cached at this moment. When I click on an icon on my site which is linked to the URL of the website, the css is loaded and everything is fine...
The inkognito-Mode in Chrome shows the same...
Thanks for your reply!!!
I link to the main URL
In this case to http://gomd.de (clean install to test without a specific theme) and http://dmbb.org with zaphyra theme
Maybe you see it, too.
In both cases i have the same problem while using a private mode in Safari or chrome.
Can i load the main site manually? Probably it is not /index.php…
Bye
Benjamin
I link to the main URL
In this case to http://gomd.de (clean install to test without a specific theme) and http://dmbb.org with zaphyra theme
Maybe you see it, too.
In both cases i have the same problem while using a private mode in Safari or chrome.
Can i load the main site manually? Probably it is not /index.php…
Bye
Benjamin
I had a similar issue once, and it turned out to be a caching problem. It seems like WhatsApp or the server wasn’t loading the page correctly the first time. I cleared the cache both on the server and in the WhatsApp app, and it seemed to fix things. Another thing that helped was adding cache control headers to the server, which made sure the CSS was always loaded on the first click.

