👉 I get a 500 error. What can I do?

 

To resolve this issue, check the log of laravel at [root]/storage/logs => laravel.log.

And your server's PHP log too.

👉 When I try to log in in the admin area, nothing happens. What can I do?


Please check the browser's console for any JavaScript error.

👉 In the browser's console, I get "Uncaught ReferenceError: Livewire is not defined"


Please edit the file at [root]\config\livewire.php 

Update the "asset_url" entry near line 57. Enter the URL to the application's public subfolder where you installed the app, such as:


 'asset_url' => 'https://mywebsite.com/heakdemo/public'