Hi,
I can’t use Graphql anymore in our solution Polygone, it says “Error fetching schema” in dev, test, staging but not in prod.
Could you please help. Thanks
Hi,
I can’t use Graphql anymore in our solution Polygone, it says “Error fetching schema” in dev, test, staging but not in prod.
Could you please help. Thanks
We solved this problem through DM´s, however for the people wondering what the problem was:
The reason Graphql outputed “Error fetching schema” is because one of the object class names used the letter “é”. This is an invalid letter that Graphql does not support.
When creating object classes make sure to use the Latin or Roman alphabet (a-z) ![]()
Would be nice to have some validation or object class names & graphql endpoints eventhough it makes sense to me that “é” should not be valid (was an input from a junior dev and difficult to find since we work multiple persons at a time and not access to graphql logs).
Thanks for your fast answer!
I agree. I have created a challenge for better validation/error handlingen.
Kind regards,
Ulrik