Enonic version: 7.7.2
OS: Running docker image enonic/xp:7.7.2-ubuntu
Greetings!
I seemingly have found an issue related to building image urls then using Guillotine. I initially had some issues related to content layers (same sort of error message) when trying to access the api in xp@7.6.0 but those messages went away when I upgraded to xp@7.7.2. Now as you can see in the attached screenshots below - I am able to query all properties on the content-type, but not the image property.
Consider the following query in GraphQL Playground
This query gives me the following result
Stacktrace from Enonic instance
build.grade
compile “com.enonic.xp:portal-api:${xpVersion}”
include “com.enonic.xp:lib-websocket:${xpVersion}”
include “com.enonic.xp:lib-project:${xpVersion}”
include “com.enonic.lib:lib-guillotine:5.2.0”
include “com.enonic.lib:lib-graphql-playground:0.0.1”