How do you set the cookie domain?
I've setup a hosts entry for local development for
app.local
Now I'm running nuxt with nuxt dev --host app.local
The problem is that when I use setCookie
from h3 its still creating the cookie for the localhost
domain. Is there a way to change this?2 Replies
hey @Ryan the Temp did you try
setCookie
from h3
?
thanks will try that