Bumeranghc
Member
Also, HEAK is not working with these errors:

It tries to get the lightware.js from https://<some_url>/heakroot/vendor/livewire/livewire.js?id=<some_id>, but there is no js in that path.
I changed line 57 in file heakroot\config\livewire.php to ‘asset_url’ => env(‘APP_URL’, ‘http://localhost’) . (env(‘APP_URL’) ? ‘/public’ : ‘’), now works

It tries to get the lightware.js from https://<some_url>/heakroot/vendor/livewire/livewire.js?id=<some_id>, but there is no js in that path.
I changed line 57 in file heakroot\config\livewire.php to ‘asset_url’ => env(‘APP_URL’, ‘http://localhost’) . (env(‘APP_URL’) ? ‘/public’ : ‘’), now works
Last edited: