You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
When I try to retrieve data with A GET request (ex:
/shop-api/products/by-code/abc), I'm getting this response from the API :Here's my configuration in
config/packages/_sylius_shop_api.yaml:As you can see, the file is as described in the README of the package.
I tried everything I saw on Stackoverflow (related to api_platform) and none of those solutions worked.