Arseny

Results 40 comments of Arseny

@bitttttten hello! Does your app live in a monorepo?

I've had issues with assets in a monorepo in the past. Please ensure that the problem isn't caused by misconfigured tracing. Refer to this Next.js documentation on `outputFileTracingRoot` at https://nextjs.org/docs/app/api-reference/next-config-js/output#caveats.

@bitttttten hello! Did the `outputFileTracingRoot` option help?

@whizzzkid hi! Which Next.js Router do you use in your project?

@bitttttten hey there! CacheHandler operates in a separate thread, which means it can't access the instrumentation provided by open telemetry users. I'm currently focusing on a big feature for the...

Hey there, @SystemDisc! Next.js 15 isn't supported yet. Check out discussion #691 for a more reliable workaround.

@ffigueroal hello! I am sorry it took so long to answer. If you are developing your project in a monorepo please ensure that the problem isn't caused by misconfigured tracing....

> Can we include in this breaking change an export for `export type NextCacheImplicitTagId = '_N_T_';` for the type or a constant, available to custom driver creator ? I will...