-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issue with documentation in part with VichUploaderBundle #2058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@D3xime You're welcome to contribute, check our CONTRIBUTING.md and submit your suggestions. Thanks! |
This issue can be avoided by adding |
Had the same issue with the error message
Moving multipart from the first to the second position under "formats" was all it needed.
Setting |
That's the default as suggested in the docs. We need |
If i set deserialize to false, it won't create the entity either. Thhier some missing information in the documentation which is needed to be patched. |
Hello everyone, I am a new Developper who love using ApiPlatform but i encountered a bug when i tried to implement file handling in ApiPlatform. I reach out the documentation is misssing some data. The missing data was deserialize: false. This commit gives the following of this issues api-platform#2058.
Hello everyone,
i have seen an issue in ApiPlatform documentation about integration with VichUploaderBundle. The issue is when i follow the documentation step by step i got an error saying multipart can't be denormalize. The issue seems to appear in 3.3 to 4.0. I think, some part of the documentation like the creation of a dedicated controller are missing.
Above the entity shown in documentation of apiPlatform 4.0
Below the entity shown in document of apiPlatform 3.2
https://api-platform.com/docs/core/file-upload/
Thanks for reading, if i missing something feel free to answer, i will be enthusiast to respond you.
-- Déxime
The text was updated successfully, but these errors were encountered: