Evascene_void
Evascene_void
NNuxt
Created by Evascene_void on 3/15/2025 in #❓・help
Need URGENT help regarding useCookie issue
SOLVED Answer: To retain expiry time then const testCookie = useCookie("test", {   expires: new Date(Date.now() + 1000 * 60 * 60 * 24 * 30), }); testCookie.value = newValue
And then update the cookie value then expiration date is maintained. https://www.reddit.com/r/Nuxt/s/0sYPyfwloq
8 replies
NNuxt
Created by Evascene_void on 3/15/2025 in #❓・help
Need URGENT help regarding useCookie issue
Not in the server/ folder
8 replies
NNuxt
Created by Evascene_void on 3/15/2025 in #❓・help
Need URGENT help regarding useCookie issue
Dynamic cookie setting is happening in the httpclient plugin which is inside root directory /plugins folder.
8 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
@L422Y Thanks bro
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
Just glanced over it
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
Alright I will research in deep on it.
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
Anything that we can use pm2 logs to view in dashboard style logs for monitoring purpose in real time?
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
Also, you do the same stuff on your nuxt websites?
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
@cg
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
You can't basically, it's internal stuff. Better to leverage using pm2 logs
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
I will check it
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
Thanks a lot man
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
@L422Y
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
Is this a normal practice?
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
We have setup of pm2 @L422Y
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
if my site is hosted on aws using nginx what would be the best way to capture the outputs?
20 replies
NNuxt
Created by Evascene_void on 3/1/2025 in #❓・help
Need server Logging or logger for nuxt 3 latest
you mean server logs ?
20 replies