I am trying to deploy on Cloudflare Pages a Qwik city fron that is attached to a Directus backend.
Everything seemed to work fine, but I cannot access the front. Every route leads up to a 500 error.
The only logs that I have are:
(error) TypeError: This WritableStream is currently locked to a writer.
and
(error) error [src/routes/layout.tsx] Error: t is not a function
( t is a json file imported like this: import t from '@locales/fr/fr.json')
So not really helpful.
I already have deployed a SSG site with Qwik so I think the issue comes from the directus implementation, but I cannot see what is wrong, as it is only failing when deployed on cloudlfare