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
I encountered an error when setting the "api_platform" parameter to "true" in the bundle configuration. The error message refers to an "Invalid IriConverterInterface injected in JsonLdIdTransformer."
Steps to reproduce:
Set the api_platform parameter to true in the bundle configuration.
Use version 4.0 or 4.1 of the bundle.
The same issue occurs when using versions 9.3.1 and 9.2.1 of automapper.
Expected behavior:
The system should work correctly without any errors when the parameter is set to true.
Actual behavior:
An error occurs due to an invalid injection of the IriConverterInterface into JsonLdIdTransformer.
Versions:
Bundle version: 4.0 / 4.1 (same issue with both versions)
Automapper versions: 9.3.1 / 9.2.1 (same issue with both versions)
I haven't had a chance to debug yet, but this issue persists across the aforementioned versions.
The text was updated successfully, but these errors were encountered:
I started a branch for the support of apip 4. I already pushed it but I'm not sure it's ready yet. But you can try it if you want and give us some feedback
Description:
I encountered an error when setting the "api_platform" parameter to "true" in the bundle configuration. The error message refers to an "Invalid IriConverterInterface injected in JsonLdIdTransformer."
Steps to reproduce:
api_platform
parameter totrue
in the bundle configuration.automapper
.Expected behavior:
The system should work correctly without any errors when the parameter is set to true.
Actual behavior:
An error occurs due to an invalid injection of the
IriConverterInterface
intoJsonLdIdTransformer
.Versions:
I haven't had a chance to debug yet, but this issue persists across the aforementioned versions.
The text was updated successfully, but these errors were encountered: