CSP error on /preferences/test-notification
#10418
Replies: 3 comments 6 replies
-
Hey, thanks for starting this discussion. Since you're tunnelling, I expect this solution does not work (but you could try it). Depending on your webserver you need to make sure that you set it up to serve https URLs like so. Cheers, |
Beta Was this translation helpful? Give feedback.
-
This might be the same issue as #10390?? not sure |
Beta Was this translation helpful? Give feedback.
-
I messed around with a bunch of nginx config and eventually just rebuit the container services:
app:
image: fireflyiii/core:latest
hostname: app
container_name: firefly_iii_core
networks:
- firefly_iii
restart: always
volumes:
- firefly_iii_upload:/var/www/html/storage/upload
- /etc/letsencrypt/live/f3.domain.tld:/var/www/certificates
- /var/www/html/.well-known/acme-challenge:/var/www/html/public/.well-known/acme-challenge
env_file: .env
ports:
- '3030:8080'
- '443:8080'
depends_on:
- db
# etc yippee (: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Support guidelines
I've found a bug and checked that ...
Description
Caveat: this may be due to my exact setup
the following paths (and more?) give me a CSP error from a scheme mismatch:
json/intro/preferences_index
/preferences/test-notification
Firefly III is trying to use
http
on these when it should be usinghttps
.edit: censor my instance url better (:

Debug information
Debug information generated at 2025-06-04 22:53:46 for Firefly III version v6.2.16.
en_US.UTF-8: ✅
Expected behaviour
Test notification gets sent out. (and other endpoints succeed as well)
Steps to reproduce
Additional info
My setup is:
neofetch
Docker version 28.2.2, build e6534b4
3030
as I have a webserver already on80
. I left the importer on81
though that doesn't really matter for this.http://localhost:3030
...and that's it. I can also share my
.env
s if need be.This is absolutely not make-or-break for me, I very much love and enjoy Firefly III (:
Beta Was this translation helpful? Give feedback.
All reactions