Skip to content
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

Error "GET /nextcloud/ocs/v2.php/apps/text/workspace?path=%2F HTTP/1.1" 404" #676

Closed
LHollyfeld opened this issue Feb 13, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@LHollyfeld
Copy link

Describe the bug
In the apache2/access.log many errors:
GET /nextcloud/ocs/v2.php/apps/text/workspace?path=%2F HTTP/1.1" 404

To Reproduce
Steps to reproduce the behavior:

  1. Go to Files (Datei) or a Filefolder
  2. See error in apache2/access.log

Client details:

  • OS: WIN10 / IOS
  • Browser: Firefox, Edge, safari]
  • Version: Last
  • Device: iPhone8, desktop

Web server: apache2

**Database:**mysql

PHP version: 7.2.24

Nextcloud version: 18.0.1

@LHollyfeld LHollyfeld added the bug Something isn't working label Feb 13, 2020
@decole

This comment has been minimized.

@decole

This comment has been minimized.

@juliusknorr
Copy link
Member

GET /nextcloud/ocs/v2.php/apps/text/workspace?path=%2F HTTP/1.1" 404

The 404 is expected here, as when you don't have a rich workspace (README.md) file in your directory we return a 404 to tell that to the frontend.

@juliusknorr
Copy link
Member

@decole This is not related at all to this issue, so please try to find an appropriate place next time. For this one check your webserver configuration if mp4 and webm can actually be served from the filesystem.

@HugoPresents
Copy link

or you can disable the "Text" app to avoid see that request

@jjasoncool
Copy link

GET /nextcloud/ocs/v2.php/apps/text/workspace?path=%2F HTTP/1.1" 404

The 404 is expected here, as when you don't have a rich workspace (README.md) file in your directory we return a 404 to tell that to the frontend.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants