App not loading on Nextcloud 29.0.7 #158
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I went to pull open repod on my Nextcloud 29.0.7 system today, and found that the app does not load at all. I don't see any log entries either, nor any errors in the browser's console log. I'm not exactly sure how to troubleshoot this, can you give me some things to look for?
Hello
I'm sorry you encounter a problem.
To help me debug your issue, can you upload here the last 200 lines of the
data/nextcloud.log
file after reproducing the issue ?Thank you.
That's the problem; there is nothing written to the nextcloud.log file, even when I set the log level to 0 (DEBUG). I see a Nextcloud heartbeat message, but there appears to be no attempt to load the repod app.
So, if it's not backend, it's frontend.
Have you tried to clear you cache (do not clear cookies, you'll have to choose your favorites again) ?
If you have a CDN or a cache server like Cloudflare, try to clear this cache too.
Can you confirm me that if you show the source-code of the webpage (CTRL+U) you have a script tag linked to repod-main.mjs and not main.js or repod-main.js ?
Have you some 404 in the network tab in your developer tools on your browser also ?
Thank you.
Hi, I am not the OP here but have the same issue on the same version of Nextcloud.
Here is a debug log of Nextcloud when reloading the page
On the client, I can confirm that repod-main.mjs is being loaded. There are no errors in the network tab of devtools on the client, but this console message:
(which double confirms we have repod-main.mjs loaded)
Please let me know if you need any more information, and thanks for your work on this plugin 👍️
Best,
Mark.
Hello
This is perfectly what I need.
I don't have a computer right now.
Like I said in the previous message, I'll debug and fix it when I come back the 16th of October.
Thank you again for your report.
Hello.
Back to France !
I see you're using Firefox 115, this is an old version that not supports Intl.Segmenter.
I will push a polyfill to try to support this, but no garanties here.
The best you can do is simply upgrade your browser.
Thanks for noticing that. I had my main laptop's ssd die on me and was using a spare which hadn't been updated in years. Sorry for taking up your time with something so trivial.
Regards,
Mark.