#Reactivity broken when accessing frontend via URL

12 messages · Page 1 of 1 (latest)

limpid cliff
#

CSP blocks loading HS it seems

#

oh waiiit

#

you deployed it "in dev mode"?

#

you didn't run a build command or similar right?

tough bison
#

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.

limpid cliff
#

instead, just use --tunnel to create a tunnel URL for testing pointing to your local device

tough bison
#

Thank you, that worked like a charm.

limpid cliff
tough bison
#

Let's hope this doesn't come back when I try to deploy.
Grüße 🖖🏼

tough bison
# limpid cliff Kein Problem 👍

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.

limpid cliff
#

seems to be fine here