Mainak Das
Mainak Das
Hi @lobsterkatie The way this function is executed by taking the `sentry-trace` header and using it to transact, quite possibly the strapi structure also changed and it ultimately broke it....
Hey @Boghdady Still waiting for the sentry team to get back. I checked the strapi V3 and it was working as expected. It seems the issue with how the context...
Hi @lobsterkatie So I checked every possible configuration for tracing the transactions and it seems like when [@strapi/plugin-sentry](https://www.npmjs.com/package/@strapi/plugin-sentry) is enabled, the trace just doesn't work. When strapi plugin is disabled...
@akasummer yes without strapi plugin it works flawlessly. The issue is something to do with the strapi plugin I'm guessing and also there is no workaround as of now.
@pandas9 but making the inner content scrollable seems a bad UX 😢
> Isn't this correct? headers() rejects so Next knows to make the page dynamic? I think this is just an internal error that they catch, if there was an actual...
> The solution is called ppr which you can opt into. I am sorry but I don't understand what's t3 specific here. See this demo for example: https://github.com/juliusmarminge/next-dynamic > >...
@jeffrey-computers tRPC does batch request, so suppose if I want cache for a single router from multiple routers then I don't think that headers workaround will work! Correct me if...
Facing the same issue, as our website is like an e-commerce where user can apply coupon code. While auth is not an absolute mandatory and also coupon code can change...