Denis Jankelaic
Denis Jankelaic
NNuxt
Created by Denis Jankelaic on 7/30/2024 in #❓・help
Middlewares no longer work.
true/false, but the problem is the middleware is not called at all.
4 replies
NNuxt
Created by Denis Jankelaic on 7/30/2024 in #❓・help
Middlewares no longer work.
bump.
4 replies
NNuxt
Created by Denis Jankelaic on 3/21/2024 in #❓・help
Memory leaks since 3.9.0 version.
11 replies
NNuxt
Created by Denis Jankelaic on 3/21/2024 in #❓・help
Memory leaks since 3.9.0 version.
Curious if that fixed your issue?
11 replies
NNuxt
Created by Denis Jankelaic on 3/21/2024 in #❓・help
Memory leaks since 3.9.0 version.
Hello, Sentry should be strictly client sided. Create sentry.client.ts sentry config file in plugins folder, and add it to nuxt.config as below:
plugins: [
'~/plugins/sentry.client.ts'
]
plugins: [
'~/plugins/sentry.client.ts'
]
11 replies
NNuxt
Created by Denis Jankelaic on 3/21/2024 in #❓・help
Memory leaks since 3.9.0 version.
Update: Memory leak was caused by sentry by creating an instance on server side.
11 replies