nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.52k stars 4.08k forks source link

[Bug]: errors with webhook_listeners nextcloud 29 - 30 #49441

Open Netmees opened 4 days ago

Netmees commented 4 days ago

⚠️ This issue respects the following points: ⚠️

Bug description

constant errors on log

Fatal   no app in context   
TypeError
json_decode(): Argument #1 ($json) must be of type string, bool given
Could not boot webhook_listeners: json_decode(): Argument #1 ($json) must be of type string, bool given

solution: disable app-> occ app:disable webhook_listeners

Steps to reproduce

  1. php 8.1 - 8..2

Expected behavior

use 1.2.0 of the app

but still using 1.1.0-dev

Nextcloud Server version

30

Operating system

RHEL/CentOS

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

Upgraded to a MAJOR version (ex. 28 to 29)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

Configuration report

List of activated Apps

Nextcloud Signing status

Nextcloud Logs

Additional info

No response

joshtrichards commented 4 days ago

You're going to have to give us more to go on:

use 1.2.0 of the app

1.2.0 is for the upcoming v31 of Server. It's not relevant here.