Skip to content

[Bug]: Querying by fullpath gives internal server error #776

@prateeksahus

Description

@prateeksahus

Expected behavior

should display the product data

Actual behavior

Throws internal server error
{ "errors": [ { "message": "Internal server error", "locations": [ { "line": 3, "column": 5 } ], "path": [ "getCarListing", "edges" ] } ], "data": { "getCarListing": { "edges": null } } }
Screenshot from 2023-07-28 19-00-25

Steps to reproduce

In pimcore go to the dathub section
open the graphql playground
Run the query
{ getCarListing(fullpaths: "/Product Data/Cars/ac cars/Cobra 427"){ edges{ node{ id } } } }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions