kayabeyumut Hello, My flarum site, which works flawlessly in Windows, does not see the icons when opened on mobile. Also, when I switch to a different tag, I get a cross-origin warning. www.hizliresim.com/g1dw1l1][img]
clarkwinkelmann Flarum only works using the exact URL defined in your config.php file (http vs https, www vs no-www). By default it's the URL you used during installation. Most likely you are using the "wrong" URL when trying on a different device. You should configure redirects to make sure all visitors use that exact URL. If you want Flarum to automatically redirect the users to the correct URL you can use this extension https://discuss.flarum.org/d/19307-canonical-url-redirect but it's more common to configure those redirects using Apache or nginx rewrites. If your hosting is managed this might be a setting in your hosting admin panel.