Issue with schema update

I have an issue with schema updating:
When i’m trying to add any type of field to any of my schemas, it doesn’t appear in the schema JSON that I’m requesting from your REST API (https://cloud.squidex.io/api/content/project_name/schemas/schema_name).

We have another project and this problem doesnt appear there

I need more infos.

  • Which app?
  • Which schema?
  • Do you see the new fields in the UI?
  • Is it a new app?
  • Has this app deleted and recreated before?

App and schema:

Do you see the new fields in the UI?
Yes, i see fields in the UI and newly created field ‘unityGameWrapper’ too

Is it a new app? - No, we’ve been using it for about a year now.
Has this app deleted and recreated before? - no

Sorry, you are referring to the content endpoint. Have not realized this before.

This is by design. Squidex does not use a SQL databases, so the original documents are untouched. If you add a field you basically only add metadata, but you make no change the content.

Therefore the field is empty if you do no add any data to it.

Thanks for your help! I found solution to this problem

1 Like

What is your solution?

the problem was at the level of object caching and incorrect cache clearing, so the behavior was reproduced as if the schema had not changed

1 Like