Antoine Bluchet
Antoine Bluchet
:+1: https://github.com/mondediefr/mondedie-chat/blob/master/routes/index.js#L16 Ce que je ferais pour jarter cette route : 1. Settings via un endpoint de l'api `GET /settings` 2. index.html est chargé via nginx, pas besoin de `GET...
Hmm oui, d'ailleurs il faudrait aussi login en SPA. Cas où l'api de login peut déjà renvoyer les settings.
> I'm not sure why is cloning original data even needed. Thanks for the detailed report I'll fix this, indeed it looks like cloning is not needed there, can you...
and also from the looks of it @id is sometimes used on request bodies (see https://github.com/api-platform/core/issues/6225) Can't we just say that these json-ld specific fields are optional? We need to...
Thanks @ttskch !
you still have this issue?
thanks for your feedback
https://github.com/api-platform/core/issues/6341 ?
Doesn't that differ between DBMS? On one hand we could just catch the sql exception, on the other I assume that it'd be better to never hit this part of...
Can I see the UserProvider? Not sure if/how graphql works without doctrine, maybe that you need a custom resolver.