Stuck on "selfoss is still loading"

by jtojnar, Thursday, September 26, 2024, 23:33 (19 days ago) @ davimack

Hi,

Selfoss stopped working, so I figured it was time to upgrade. I'd been on 2.17. I followed the steps, and got a 403. So I blew away the whole thing** and got "selfoss is still loading, please wait." So I downloaded the latest build, repeated the process, same story. This is the fully out of the box, not my data directory, install.

Any ideas on how to troubleshoot, please?

Since you are stuck on the middle error of client bootstrap, it sounds like something is wrong with the JavaScript file the server returned but the browser does not think the file failed to load.

Because it is just a static file, possibly something is misconfigured on the web server.

For troubleshooting, you can try the following:

1. Open the web browser’s development tools (usually F12 key)
2. Navigate to your selfoss instance.
3. In the Console tab of devtools, check if there are any errors.
4. In the Network tab of devtools, verify that there is a GET request to a URI like https://your.selfoss.website/index.60251538.js (the number might be different). It should look something like the following:[image]
5. Open the URL, the content of the file should be the same as the contents of the file of the same name in /selfoss/public directory in the zip file.


If you use Apache, you will need to enable .htaccess and mod_rewrite, which is what typically redirects the requests to the public directory. Oops, looks like the requirements are not anywhere near the README.

My hosted website had been referencing PHP 7.2.34, which I just updated to 8.*

*(by changing an A record in DNS, so it's not like I'm really in control of this)

I do not see how changing a DNS record affects PHP version other than changing it to a server with a different version installed.


Complete thread:

 RSS Feed of thread

powered by my little forum