When I try call and custom-api endpoint that includes a dynamic zone I get the following error:
error: selectt0.id,t0.Inhalt,t0.titelfromseitesast0- no such column: t0.Inhalt SqliteError: selectt0.id,t0.Inhalt,t0.titelfromseitesast0- no such column: t0.Inhalt at Database.prepare (C:\users\nick\strapi\node_modules\better-sqlite3\lib\methods\wrappers.js:5:21)
When I uncheck "inhalt", I dont get this error. "inhalt" is the only dynamic zone
When I try call and custom-api endpoint that includes a dynamic zone I get the following error:
error: select
t0.
id,
t0.
Inhalt,
t0.
titelfrom
seitesas
t0- no such column: t0.Inhalt SqliteError: select
t0.
id,
t0.
Inhalt,
t0.
titelfrom
seitesas
t0- no such column: t0.Inhalt at Database.prepare (C:\users\nick\strapi\node_modules\better-sqlite3\lib\methods\wrappers.js:5:21)
When I uncheck "inhalt", I dont get this error. "inhalt" is the only dynamic zone
This is what the content-type looks like:
This is what the custom-api builder looks like: