Client Portal page changes or sorting

@freebs

From testing on my shared hosting instance using Invoice Ninja in a subdirectory, as long as you have defined the asset_url to the full path (invninja/public) I can see the system resolving all of the livewire assets correctly.

It looks like the latest softaculous release removed the asset_url => env(‘ASSET_URL’,null) helper that was there. So the fix should be to add this in and then run /update?secret=secret

1 Like

Hmmm i have that and have deleted files in bootstrap/cache… I’m going to reinstall after a database backup… see what happens…

This all work before some updates. weird

Thanks David… & Hillel

Sorry for hijacking this post, but I have an identical problem here.

On the client portal, pdf invoices aren’t displayed because of an incorrect referral to lifewire.js
The invoice ninja software is installed in a subdirectory.

I have updated the lifewire.php as mentioned above, cleared cache, ran the artisan optimize command etc but that doesn’t solve the problem. Any other suggestions I could try?

I have been able to solve this.

There was no ASSET_URL in my .env file, only an APP_URL
By adding the ASSET_URL variable, it worked.