Marco Aleixo

Results 12 comments of Marco Aleixo

Hey team! Do we have any way to handle this? This occurs with Django as well!

I've opened this git to ask for the same feature. lol Just to add more context: I wan't to free disk usage / memory pressure eliminating just the embedding field...

I have the same problem!!

Do we have any temp documentation or blog post that has this setup guide with Elastic Agent?

> @ptts But would this work for a Hono.js backend being deployed on Cloudflare Workers with client side being a Next.js app on Vercel? As far as I remember, cookies...

I thought for a second that deploying to cloudflare fixed the issue, but this is happening in production as well.

thanks! bumping to the latest denoflare version the error is gone. I have a different one, probably not related to denoflare, but any idea why? `deno serve main.ts` works fine...

can you please share a .zip with your sample? i'm not able to make it work...

and about hono + cloudflare workers? I tried ``` app.use('*', async (c: Context, next) => { console.log('Environment:', getEnvVar('ENVIRONMENT', c.env)); console.log('Sentry DSN:', getEnvVar('SENTRY_DSN', c.env)); sentry({dsn: getEnvVar('SENTRY_DSN', c.env), environment: getEnvVar('ENVIRONMENT', c.env)}); const...