Daniel Becker

Results 4 comments of Daniel Becker
trafficstars

Hi Sanity team, is there a specific reason for this restriction? As _marvinwu_ and _zielinsm_ pointed out this limits a lot of Gatsby’s awesome functionality. Some of our projects make...

@jmathai correct, I think this is exactly what’s happening.

Had the same issue. Using the paths as described in @JulienHe’s [comment](https://github.com/i18next/i18next-fs-backend/issues/30#issuecomment-1272343299) and the [lazy memory loader as suggested](https://github.com/i18next/i18next-fs-backend/issues/30#issuecomment-1272344118) it works on Vercel. Here’s the corresponding code in `entry.server.ts`: ```typescript...

As mentioned before this was introduced in #859 to enable automatic re-connection when the dev server is restarted. Would it be possible to check for the [close event code](https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/code#value) before...