I have a Radicle setup with acorn v5. I recently installed Livewire v4 following the Using Livewire with WordPress guide. When loading the frontend, the browser fails to fetch Livewire scripts. Console show the error:
GET
https://radicle.lndo.site/livewire-1aa41904/livewire.js?id=6b3709b1
[HTTP/2 404 2ms]
Loading failed for the <script> with source “https://radicle.lndo.site/livewire-1aa41904/livewire.js?id=6b3709b1”.
Is that the correct URL? I see no livewire.js anywhere under the public directory.
I am using Lando for local development. Haven’t tried on a different environment.