-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NC27] Settings, Subscribe, New folder menus not opening with Nextcloud 27 #2242
Comments
same error, tested with 2 different browsers |
If the main issue is caused by the stricter CSP, then it may be enough to just allow it in the controller for now (not tested though). index abdd3f2f7..94c222102 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -93,7 +93,8 @@ class PageController extends Controller
);
$csp = new ContentSecurityPolicy();
- $csp->addAllowedImageDomain('*')
+ $csp->allowEvalScript(true)
+ ->addAllowedImageDomain('*')
->addAllowedMediaDomain('*')
->addAllowedConnectDomain('*')// chrome breaks on audio elements
->addAllowedFrameDomain('https://youtube.com') |
I think I tried this before and it did not work or it at least did not fix the issue. But I would need to repeat the testing too long ago, too much other stuff to do. For everyone reading this, help is welcome, testing or even creating a PR 😊 |
I tested this, it will remove the error message from the browser, so the header is set. Nextcloud 27 RC3 (nextcloud/server@462940e), news master |
Same issue here after upgrade from NC 26.0.2 to 27.0.0. |
Be happy with it, on my machine (NC 27.0.0) it says now:
|
Because we only released a beta version you might need to do this:
|
Thank you very much! Sorry for the harsh words. After reading today, I only noticed, little nice I wrote my comment yesterday. |
Let's at least remove the error then and maybe that'll allow me to dig up some more logs. If it doesn't... maybe it'll motivate someone to finish the Vue transition |
Meanwhile, what would be the best way to add new subscriptions until the UI works again under Nextcloud 27? |
CLI, API or changing the url to end in |
Thank you! |
Hi, i have the same problem with a fresh install of nextcloud 27. Thank you for all this excellent work. |
No our frontend is very outdated (technology) for years and since the rest of the tech world didn't stop moving forward things start to fall apart. This issue might still be possible to solve in the current technology but I have no idea how. |
|
Any updates on this? Experiencing the same issue, and would love to know if I need to switch feed-reader for now. |
No update |
php occ news:feed:add <string: username> <string feedurl> Just support the upcoming me with some laziness :-). |
Ok, but seems like the api will be deprecated now... nextcloud/server#38988 (comment) |
The news frontend has been deprecated for years. When they disable it again we'll just disable the news UI (unless someone actually updates it by then) |
So is there anyone available who can take the lead for this project? I would spend some time and "do my duty", meaning coding something but I need help or a roadmap since I am all but not a JavaScript-Frontend-Guy. |
I would like to support but I'm no developer so I can't help with coding. |
@stevleibelt @blumentopferde the current state of the UI rewrite using Vue.js can be found here: #748 with a sub-task here #1886. However, there is currently no real project leader for this rewrite, since both of the original authors are a bit busy with their personal lives. |
Personal lives ... I can sing you a song about that too :/. But anyways, thanks @anoymouserver. I will have a look. |
I also miss the news app very much. |
There is nothing to miss, the app still works fine. The frontend is just outdated and the "add feed" button is broken due to a nextcloud server bug. |
Mine doesn't work at all. Just says only compatible with NC26 and below. |
Yes, there is no stable release for NC 27 yet because of this server bug. If you updated anyway you'll need to install an unstable release, which NC very likely warned you about during the upgrade. |
I'm happy waiting to not mess around with betas and enabling unstable things. |
That'll only say whenit's actually out, right? Not like "aiming at a month from now" or whatever, right? |
No but we're all volunteers so we don't give deadlines. It'll be ready when it's ready. |
I do appreciate all the work you do :) |
Anyone know how to export all newsfeeds? I just switched to a new Nextcloud server and now I can't export the data. |
look at freshrss |
You can export your feeds using the following occ command, which will create a file in your home directory: sudo -u www-data php occ news:opml:export username > ~/nextcloud-feeds.opml |
The pre-release NC 27.0.1 RC1 has been released today and the affected menus are working again. The stable version is expected on 2023-07-20. |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
What problem did you encounter?
With Nextcloud 27 the slide up/open menus for Settings, Subscribe and New folder don't work anymore.
Under Nextcloud 26 it still works.
Steps to Reproduce
Explain what you did to encounter the issue
System Information
Contents of nextcloud/data/nextcloud.log
Not relevant
Contents of Browser Error Console
Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put hereThe text was updated successfully, but these errors were encountered: