MarcDanjou

Results 4 comments of MarcDanjou

I had the same issue, this can be resolved by providing the full enpoint (in your case with PORT=9594) `STORAGE_EMULATOR_HOST=http://localhost:9594/storage/v1` Works flawlessly on nodejs 20

What done the trick for us in staging|production env, replace the get on /graphql with an error according to env configuraiton ==> ```ts import { app } from "@getcronit/pylon" import...

Great, the option of boolean + function with request context seems appropriate 💪

Hello @schettn did you decide something about custom scalar types integrations ? currently we are forced to transform our bigints to text in the API, this is non-blocking, but on...