Possible issue after Livewire(including Alpine) upgrade to V3 #36
Answered
by
ryangjchandler
colinmackinlay
asked this question in
Q&A
-
Hello - has anyone had any issues after upgrading to Livewire v3 with Alpine built in? Previously I had the following working fine (with the package installed through npm):
SInce upgrading though I get this error in my console: It also happens if I omit from the npm build and just pull in as the CDN through |
Beta Was this translation helpful? Give feedback.
Answered by
ryangjchandler
Jan 6, 2024
Replies: 1 comment 1 reply
-
This error is normally related to the fact that the code is running in an HTTP environment, not HTTPS. Are you using Valet? If so, try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
colinmackinlay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error is normally related to the fact that the code is running in an HTTP environment, not HTTPS. Are you using Valet? If so, try
valet secure
.