nextcloud / context_chat

Chat with your documents
GNU Affero General Public License v3.0
6 stars 0 forks source link

TypeError: OCA\ContextChat\Service\LangRopeService::deleteSources(): Argument #1 ($userId) must be of type string #25

Closed juliushaertl closed 3 months ago

juliushaertl commented 3 months ago

We have seen the following exception happening when unsharing a public link of a collective page on our instance:

OCA\ContextChat\Service\LangRopeService::deleteSources(): Argument #1 ($userId) must be of type string, null given, called in /var/www/cloud.nextcloud.com/nextcloud/apps/context_chat/lib/Listener/FileListener.php on line 127

Trace is at https://nextcloud-gmbh.sentry.io/share/issue/df0af73e9cd546d982d08d3a03814ee5/

I can share the full log in private if necessary