-
As I originally reported in nextcloud/server#11913, this app is directly responsible for breaking the `./occ` CLI tool.
### Steps to reproduce
1. Run `sudo -u www-data ./occ`
2.
3.
### E…
-
Hi,
When I call /api/token/refresh, the response is 401.
The request:
`curl -X POST \
http://127.0.0.1:8000/api/token/refresh \
-H 'Content-Type: application/x-www-form-urlencoded' \
-…
-
Any queue can has many channels, each of them also can has many types of messages.
Current realization supports only one channel one type of message relation.
Еherefore, when processing a queue m…
-
My cache clear throws the following exception in file:
vendor/lexik/translation-bundle/Document/FileRepository.php on line 12
[Symfony\Component\Debug\Exception\ClassNotFoundException] …
-
I'm running tests with Mink on Saucelabs (Sauce Connect 4.4.6)
At some point tests with firefox started to fail with
`Expected to be on "http://localhost/owncloud-core/index.php/login" but found ""…
-
```
[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method Illuminate\Foundation\Application::share()
```
-
I have been trying to create a site from existing configuration for aid in our CI/CD processes, but am getting fatal errors with both the `localgov_directories_page` module and the `localgov_directori…
-
### Environment
Symfony 7 / DoctrineExtension v3.16.1 (Version details are below)
Translateable does not create a database entry in the translation table when the string is the same as in the defa…
-
I have been trying to fix this issue but come to the point where everything just fails maybe because I dont understand or cant quite get to the bottom of it.
I am running it in docker, every contai…
-
Hi,
I'm using this bundle in a Symfony 4 app and am getting the following warning when clearing cache etc:
```
The "App\Application\EventListener\User\PasswordResetRequestedListener" service or…