I recently upgraded an site to Kirby 3.5 and moved from builder to blocks.
I have a simple blueprint like:
tabs:
content:
fields:
items:
type: blocks
fieldsets:
- image
- video
On my local dev setup (valet - php 7.4.9/nginx), everything works fine.
On the remote dev server (php 7.4.15/nginx), I get an error:
The field type “items” does not exist
(this occurs with new and existing items)
I’ve tried:
- Cleared cache, private window, another browser
- Removing all plugins
- Removing
/kirby,composer.lockand reinstalling completely withcomposer install
I see no errors in console or network inspector. Changing the field from type blocks to anything else works.
I’m very confused because it is all working locally but not on the remote server.