Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Denis Jankelaic
Posts
Comments
N
Nuxt
•
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
N
Nuxt
•
Created by Denis Jankelaic on 7/30/2024 in
#❓・help
Middlewares no longer work.
bump.
4 replies
N
Nuxt
•
Created by Denis Jankelaic on 3/21/2024 in
#❓・help
Memory leaks since 3.9.0 version.
https://tenor.com/view/swing-dance-swing-your-hips-dance-cute-dance-side-to-side-gif-2561582562696543905
11 replies
N
Nuxt
•
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
N
Nuxt
•
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
N
Nuxt
•
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