I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
- [ x Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
- [x] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
Previously working queries seem to have started failing today, with error messages regarding unknown types for components.
Expected behavior
The query works as it did previously.
Minimal reproduction of the problem
Try to run a grahql query which uses embedded components, like this:
{
queryDocumentContents {
id
flatData {
slug
components {
__typename
...CalloutComponent
}
}
}
}
fragment CalloutComponent on CalloutComponent {
text
}
Where CalloutComponent
is defined as a component:
An error is reported:
"Unknown type - CalloutComponent"
I’m seeing this for multiple component types.
Environment
App Name:
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version