You noted in your installation guide that Miuna requires cURL.
So, Miuna requires php5-curl module installed and enabled on web-server.
Check yours Apache error.log for this kind of error:
This is means, that you dont have php5-curl module installed/enabled in Apache web-server. Install it, restart Apache and try again.
And what about CORS?
I have errors in console related to it. But my apache2 headers already set Access-Control-Allow-Origin "*" and Access-Control-Allow-Credentials "true" headers.
apache2 module headers enabled too.
So, Miuna requires php5-curl module installed and enabled on web-server.
Check yours Apache error.log for this kind of error:
Quote:PHP Fatal error: Call to undefined function curl_init()
This is means, that you dont have php5-curl module installed/enabled in Apache web-server. Install it, restart Apache and try again.
And what about CORS?
I have errors in console related to it. But my apache2 headers already set Access-Control-Allow-Origin "*" and Access-Control-Allow-Credentials "true" headers.
apache2 module headers enabled too.
English is not my native language, so, sorry for any mistakes which I will do for sure.