mziech / nextcloud-majordomo

Nextcloud app to sync Majordomo mailing list members with Nextcloud users and groups
GNU Affero General Public License v3.0
3 stars 1 forks source link

App Store Install Fails: "payload" is type String, but exceeding the 4.000 length limit. #31

Closed Seriousness closed 2 years ago

Seriousness commented 2 years ago

When trying to add the app via the appstore an error message is shown and the app is not installed:

Column "u3YTI_majordomo_requests"."payload" is type String, but exceeding the 4.000 length limit.

mziech commented 2 years ago

Which Nextcloud version and database are you using?

Seriousness commented 2 years ago

Main system: NC 24.0.4 MariaDB 10.5.16

Tried it on multiple instances, same error.

mziech commented 2 years ago

Version 1.1.2 should fix the problem.

Something must have changed in the database migration code. But the payload column is not really used, so I could safely reduce the size, it will be dropped in a later release. Thanks for the heads-up!