Hello, after "successfully" installing Flarum, as soon as I click somewhere, I get this little red window that says, "Oops! Something went wrong. Please reload the page and try again."
Here is all the information I have :
DEBUG :
`500 Internal Server Error
GET http://mysite.org/api/posts
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
to inform them of the time this error occurred,
and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<p>Additionally, a 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>`
Browser console :
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
/api/posts?filter%5Btype%5D=comment&filter%5BlikedBy%5D=1&page%5Boffset%5D&page%5Blimit%5D=20&sort=-createdAt:1
Application.tsx:586 GET http://mysite.org/api/posts 500
ti
alert
:
{type: 'error', content: Array(1), controls: Array(1)}
options
:
{background: true, method: 'GET', url: 'http://mysite.org/api/posts', params: {…}, deserialize: ƒ, …}
response
:
null
responseText
:
"<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n<p>Additionally, a 500 Internal Server Error\nerror was encountered while trying to use an ErrorDocument to handle the request.</p>\n</body></html>\n"
status
:
500
xhr
:
XMLHttpRequest {readyState: 4, timeout: 0, withCredentials: false, abort: ƒ, onreadystatechange: ƒ, …}
[[Prototype]]
:
Object
Uncaught (in promise)
ti
alert
:
{type: 'error', content: Array(1), controls: Array(1)}
options
:
{background: true, method: 'GET', url: 'http://mysite.org/api/posts', params: {…}, deserialize: ƒ, …}
response
:
null
responseText
:
"<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n<p>Additionally, a 500 Internal Server Error\nerror was encountered while trying to use an ErrorDocument to handle the request.</p>\n</body></html>\n"
status
:
500
xhr
:
XMLHttpRequest {readyState: 4, timeout: 0, withCredentials: false, abort: ƒ, onreadystatechange: ƒ, …}
[[Prototype]]
:
Object