Dear Flarum Community,
I've installed the latest Flarum beta on my Debian 8 server with Nginx 1.9.6 (Mainline), PHP 5.6.14 though PHP5-FPM and MariaDB 10.0 as a MySQL replacement according to the official installation guide. The installation went fine and I even managed to setup SMTP properly with my MailGun account for registration and notification mails.
Now I have one issue that is appearing at two different points of the forum.
1) I cannot delete or edit the default "General" tag. It ends up with the message "You do not have permission to do that." and the following code in debug:
401 OK
POST https://diysrv.eu.org/api/tags/5
{
"errors": [
[]
]
}
2) The same error above comes up when I am on the permission page and try to setup permissions per tag so that only administrators/staff can post in certain tags (basically announcement/meta area). Same error and same code in debug as in 1).
3) I can create tags but I cannot edit created tags. Same error with the same debug message.
The API file throws a 500 error (see the link from 1) to see the error code when the API file is opened in the browser) or simply visit https://diysrv.eu.org/api/tags/5 in your browser directly.
Any idea what is wrong? If you need my vHost configuration code or similar just ask and I'll post it in a Github gist for you to look at.
Thank you in advance.