Hello everyone 🙂
I just installed Flarum on my server. The installation was successful. But, when I try to post or access admin, the debug gives me 404 error from nginx.
``POST https://forum.mydomain.com/public/api/users/1/avatar
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->``
This error persists with every Flarum action. My nginx config is correct.
Thanks in advance 🙂