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