BenWaNH
BenWaNH
Hi, i've an error 406 Not Acceptable when i try this command : `generate-api-platform-client -g vue http://my-project.local/api src/` This is my response : ``` { api: Api { entrypoint: 'http://my-project.local/api',...
Hi! I'm playing with Vulcain but i'm facing to an issue... I've 2 entities in an Api Platform project (greeting and author, author have many greetings, for relationship) If i...
Hi, i'm trying to use Vulcain in my prod stack (no issue in dev with self signed certificate) So, i'm Docker user and this is my service config in my...
### 📚 Is your documentation request related to a problem? I'm using PhpStorm in Windows 10 to work on my project. I installed Android Studio too. On web browser 3000...
Hi everyone! First, thanks so much to the team for this great work! Congrats for this release! I was asking me something about useFetch, if it's possible, working in typescript......
Hi! i've a specific question but i didn't find any clue anywhere about it. I've a class Document ``` #[ApiResource( normalizationContext: ['groups' => ['document:default']], )] #[GetCollection()] #[Get( normalizationContext: ['groups' =>...
**API Platform version(s) affected**: 2.7 **Description** I meet a curious issue with my actual Api Platform projet. My API response is not encoded in the same way according content negotiation...