Details
-
Bug
-
Resolution: Fixed
-
High
-
2.5.0-beta2
Description
Trying to use the "currentVersion" property fails with an Internal Server error.
Example query (on ezplatorm-ee):
{ content { landingPage(locationId: 2) { _info { currentVersion { names } } } } }
Result:
{ "errors": [ { "debugMessage": "Unknown resolver with alias \"LoadVersion\" (verified service tag)", "message": "Internal server Error", "category": "internal", (...)