Uploaded Logo Successfully but the Image uanble to be displayed

After fresh installation, i try to upload the company logo, it show successfully uploaded, but it does’t not show at the dashbaord and also the pdf and I not sure why this happening…

the following is my .env:

APP_NAME=“Invoice Ninja”
APP_ENV=production
APP_KEY=base64:Q2Lb+rP31zPWF23nu88Vc8jk1iehPppNGOIeX4/ys4c=
APP_DEBUG=“false”

APP_URL=“http://127.0.0.1:8000/public
REACT_URL=http://localhost:3001

DB_CONNECTION=“mysql”
MULTI_DB_ENABLED=false

DB_HOST=“localhost”
DB_DATABASE=“ninja”
DB_USERNAME=“ninja”
DB_PASSWORD=“ninja”
DB_PORT=“3306”

DEMO_MODE=false

BROADCAST_DRIVER=log
LOG_CHANNEL=stack
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=“log”
MAIL_HOST=“”
MAIL_PORT=“”
MAIL_USERNAME=“”
MAIL_PASSWORD=“”
MAIL_ENCRYPTION=“tls”
MAIL_FROM_ADDRESS=“”
MAIL_FROM_NAME=“”

POSTMARK_API_TOKEN=
REQUIRE_HTTPS=“false”

GOOGLE_MAPS_API_KEY=
ERROR_EMAIL=
TRUSTED_PROXIES=

NINJA_ENVIRONMENT=“selfhost”

#options - snappdf / phantom / hosted_ninja
PDF_GENERATOR=hosted_ninja

PHANTOMJS_KEY=‘a-demo-key-with-low-quota-per-ip-address’
PHANTOMJS_SECRET=secret

UPDATE_SECRET=secret

DELETE_PDF_DAYS=60
DELETE_BACKUP_DAYS=60

COMPOSER_AUTH=‘{“github-oauth”: {“github.com”: “${{ secrets.GITHUB_TOKEN }}”}}’

GOOGLE_PLAY_PACKAGE_NAME=
APPSTORE_PASSWORD=

MICROSOFT_CLIENT_ID=
MICROSOFT_CLIENT_SECRET=
MICROSOFT_REDIRECT_URI=

APPLE_CLIENT_ID=
APPLE_CLIENT_SECRET=
APPLE_REDIRECT_URI=

LOG_PDF_HTML=true

Hi,

Are you using the Flutter or React app?

Are there any errors in storage/logs?

@hillel
Hi, thank you for fast response, i using xampp…

there is no error in the storage/logs.

Have you tried in both the Flutter and React apps?

There’s a button at the top of the dashboard to switch between them.

@hillel

Do have any guidance link on guiding how to install flutter/react in xampp?

I try to press the button to switch but there is showing 400: React App Not Installed, Please install the React app before attempting to switch.

It may help trying with the desktop or mobile app.

@david @ben can you please advise on setting up the React app?

@hillel

I though it may only because of the code, because currently i only plan to use on desktop but need some own customization, so i choose to do in self-hosted

but I am not sure the webpage show the logo update successfully but not show in both the dashboard and also the pdf:


Are there any errors in the browser console?

@hillel

I get this error:

What do you see in the network tab?

@hillel

looks like it is okay there:

Do you see any failed network requests?

I dont see any failed network requests

is that may because of network failure causing the logo not showing up?

@hillel

In the first screenshot is says “Could not establish connection”, it may be network related.

hmmm… but my wifi connection should be normal and I dont see any error message at Network tab…

@hillel

Have you tried both the web and desktop apps?

the deskstop app can be customize also? customizing the source code