Comocozy Hi there, I've installed the latest Flarum on AWS EC2. We can access this EC2 in two ways. One is from the IP. The other way is using public DNS from AWS. (ex: http://ec2-xx-xx-xx-xx.ap-northeast-2.compute.amazonaws.com) Please note that this domain is not my domain but generated name after creating the EC2 instance. When I access to the server through the IP, it works. https://s3.ap-northeast-2.amazonaws.com/mathchat/flarum/ip.png However, when I access the server through the AWS public domain, font awesome icons look broken. https://s3.ap-northeast-2.amazonaws.com/mathchat/flarum/domain.png If I try to click a discussion, then an error happens. https://s3.ap-northeast-2.amazonaws.com/mathchat/flarum/domain02.png https://s3.ap-northeast-2.amazonaws.com/mathchat/flarum/domain03.png I'm not sure this is a duplicate issue. Very appreciated if I could get some help.
Comocozy This issue has been resolved by replacing URL IP numbers with domain name in config.php. Ex) <?php return array ( ... 'url' => 'http://<your public domain name>', ... ); I hope this will help somebody.
jordanjay29 Comocozy Yes, Flarum access must occur through the URL specified in config.php, anything else will result in a broken site. Glad you found the solution.