Cant Display Logo - Docker Installation

Hello everyone,
New user here. I deployed Invoice Ninja on docker and everything seems to be working pretty good except i cant get logo to be displayed on the Invoice.
It does not work on newly crated Invoice ( and when emailed to thh client). Please see below

Any idea how to fix it?

thank you

Hi,

It may help to set LOCAL_DOWNLOAD=true in your .env file

https://invoiceninja.github.io/docs/env-variables/

Check the browser console for any errors. If you see mixed content type, you’ll need to add TRUSTED_PROXIES=* to your env file.

thank you both but no luck yet.

I added LOCAL_DOWNLOAD=true and no changes.

this is the error I see in the browser console:

unreachable code after return statement

[main.foss.dart.js:3:46](http://192.168.11.5/main.foss.dart.js?v=5.3.16%20line%203616%20%3E%20Function)

Uncaught Error: LateInitializationError: Local 'command' has not been initialized.

h http://192.168.11.5/main.foss.dart.js?v=5.3.16:3443

d http://192.168.11.5/main.foss.dart.js?v=5.3.16:3450

$0 http://192.168.11.5/main.foss.dart.js?v=5.3.16:67447

aXh http://192.168.11.5/main.foss.dart.js?v=5.3.16:67437

axo http://192.168.11.5/main.foss.dart.js?v=5.3.16:63640

aNv http://192.168.11.5/main.foss.dart.js?v=5.3.16:111630

He http://192.168.11.5/main.foss.dart.js?v=5.3.16:111672

iN http://192.168.11.5/main.foss.dart.js?v=5.3.16:112022

s http://192.168.11.5/main.foss.dart.js?v=5.3.16:5002

$2 http://192.168.11.5/main.foss.dart.js?v=5.3.16:69626

S http://192.168.11.5/main.foss.dart.js?v=5.3.16:4988

aIe http://192.168.11.5/main.foss.dart.js?v=5.3.16:112030

iN http://192.168.11.5/main.foss.dart.js?v=5.3.16:112016

hR http://192.168.11.5/main.foss.dart.js?v=5.3.16:112106

s http://192.168.11.5/main.foss.dart.js?v=5.3.16:5002

$2 http://192.168.11.5/main.foss.dart.js?v=5.3.16:69626

S http://192.168.11.5/main.foss.dart.js?v=5.3.16:4988

aXT http://192.168.11.5/main.foss.dart.js?v=5.3.16:112110

hR http://192.168.11.5/main.foss.dart.js?v=5.3.16:112102

vF http://192.168.11.5/main.foss.dart.js?v=5.3.16:112103

TD http://192.168.11.5/main.foss.dart.js?v=5.3.16:115166

aBH http://192.168.11.5/main.foss.dart.js?v=5.3.16:115304

anonymous http://192.168.11.5/main.foss.dart.js?v=5.3.16 line 3581 > Function:3

aYt http://192.168.11.5/main.foss.dart.js?v=5.3.16:86632

dXy http://192.168.11.5/main.foss.dart.js?v=5.3.16:4879

cc http://192.168.11.5/main.foss.dart.js?v=5.3.16:86656

Tx http://192.168.11.5/main.foss.dart.js?v=5.3.16:115782

ayf http://192.168.11.5/main.foss.dart.js?v=5.3.16:115926

anonymous http://192.168.11.5/main.foss.dart.js?v=5.3.16 line 3581 > Function:3

eg7 http://192.168.11.5/main.foss.dart.js?v=5.3.16:5159

ekK http://192.168.11.5/main.foss.dart.js?v=5.3.16:5161

$1 http://192.168.11.5/main.foss.dart.js?v=5.3.16:69556

etH http://192.168.11.5/main.foss.dart.js?v=5.3.16:3524

s http://192.168.11.5/main.foss.dart.js?v=5.3.16:3532

[main.foss.dart.js:3443:3](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

h http://192.168.11.5/main.foss.dart.js?v=5.3.16:3443

$0 http://192.168.11.5/main.foss.dart.js?v=5.3.16:70941

eg7 http://192.168.11.5/main.foss.dart.js?v=5.3.16:5159

ekK http://192.168.11.5/main.foss.dart.js?v=5.3.16:5161

$1 http://192.168.11.5/main.foss.dart.js?v=5.3.16:69556

etH http://192.168.11.5/main.foss.dart.js?v=5.3.16:3524

s http://192.168.11.5/main.foss.dart.js?v=5.3.16:3532



unreachable code after return statement

[main.foss.dart.js:3:43](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

POST: http://192.168.11.5/api/v1/live_preview?entity=invoice&entity_id=joQeZ6JepZ [main.foss.dart.js:4630:78](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

MissingPluginException(No implementation found for method listen on channel flutter_keyboard_visibility)[main.foss.dart.js:4630:78](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

<empty string> [main.foss.dart.js:4630:78](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

PUT: http://192.168.11.5/api/v1/companies/VolejRejNm? [main.foss.dart.js:4630:78](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

POST: http://192.168.11.5/api/v1/companies/VolejRejNm? [main.foss.dart.js:4630:78](http://192.168.11.5/main.foss.dart.js?v=5.3.16)

I don’t think that error is related, please check for any errors in storage/logs/

this one was 4 days ago:

[2021-09-19 02:52:52] production.ERROR: No application encryption key has been specified. {"exception":"[object] (Illuminate\\Encryption\\MissingAppKeyException(code: 0): No application encryption key has been specified. at /var/www/app/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php:79)
Binary file (standard input) matches

several of those in laravel.log, no other errors

do you think this error is related, its from browser console:

Error while trying to load font family “packages/material_design_icons_flutter/Material Design Icons”:
SyntaxError: An invalid or illegal string was specified