#Reactivity broken when accessing frontend via URL
12 messages · Page 1 of 1 (latest)
oh waiiit
you deployed it "in dev mode"?
you didn't run a build command or similar right?
I didn't. For now I'm just testing as I'm rapidy prototyping with others using the URL to check in. The old Nuxt 3 app did work without issues that way, thus me assuming it wouldn't be an issue this time around either.
yeah, that won't work out I think
instead, just use --tunnel to create a tunnel URL for testing pointing to your local device
Thank you, that worked like a charm.
Kein Problem 👍
Let's hope this doesn't come back when I try to deploy.
Grüße 🖖🏼
Actually, one last issue: My favicon disappears in production. It is present via localhost or the tunnel in dev mode, though. I simply replaced the original favicon.ico in the public directory.
seems to be fine here