Are these messages related solely to Pro subscription?

Hi, everyone.

Just upgraded to 2.4 and service status shows these lines:

Jul 27 12:52:42 vikunja vikunja[239592]: Warning: unable to create schema link for type shared.AdminUser : reflect: embedded type with methods not implemented if type is not first field
Jul 27 12:52:42 vikunja vikunja[239592]: Warning: unable to create schema link for type shared.LinkShareToken : reflect: embedded type with methods not implemented if type is not first field
Jul 27 12:52:42 vikunja vikunja[239592]: Warning: unable to create schema link for type apiv2.linkShareReadBody : reflect: embedded type with methods not implemented if type is not first field
Jul 27 12:52:42 vikunja vikunja[239592]: Warning: unable to create schema link for type apiv2.savedFilterReadBody : reflect: embedded type with methods not implemented if type is not first field
Jul 27 12:52:42 vikunja vikunja[239592]: time=2026-07-27T12:52:42.700+05:00 level=INFO msg="HTTP server listening on :3456"

Just wanted to ask whether these schema warning messages are all about Vikunja Pro subscription. As far as I understand API v2 is not a Pro feature, if so are any schema migrations required on our side?

Thanks

Hey :waving_hand:

This is not related to Vikunja Pro, it’s a bug in the schema declaration which has since been fixed (fix(subscriptions): declare subscription entity as string enum in v2 schema by tink-bot · Pull Request #3366 · go-vikunja/vikunja · GitHub and fix: schema link warnings for v2 response bodies at startup by tink-bot · Pull Request #3281 · go-vikunja/vikunja · GitHub)