Lack of standard design to show wrong URLs or pages with errors
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
I have discovered that NC cannot treat the wrong URL, in particular:
https://mydomain.tld/1leads to the errorPage is not foundpreserving theming in full. That is FINE.
https://mydomain.tld/1.phpleads to the page with just a wordingFile not foundwithout any theming and UI elements. So, this relates to any absent php files.
https://mydomain.tld/remote.phpleads to the page with the errorPath not foundwithout theming but preserving the elements
https://mydomain.tld/remote.php/dav/user/leads to the page with the errorPage is not foundwith the default NC theming (no logo and background are kept).
https://mydomain.tld/remote.php/dav/files/not-loggied-in-username/leads to the page with warningThis is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client.without keeping any theming.
-
https://mydomain.tld/remote.php/dav/files/lgged-in-username/leads to just a blank page. Here should be some themed warning that you have to use your webdav client to access the data, please go back to your homepage, whatever. -
https://mydomain.tld/remote.php/dav/contacts/usernameleads to the page with Sabre errors without any styling.
- When updating/upgrading the system the logo and the background changes to the default Nextcloud, so not preserving the theming in full.
Is it possible to fix unique design/theming across all pages?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the listed URLs, including missing paths, WebDAV endpoints, and upgrade pages, and compare their error responses and theming. Trace where each response is generated and identify the existing themed error page to use as the reference. Done means the affected cases consistently show the intended Nextcloud theming and a clear user-facing message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- design, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100