Invalid Origin with Nginx Proxy Manager & Unraid Server

Operating system

Linux

Joplin version

3.6.14

Sync target

Joplin Server

What issue do you have?

ok i think i running 3.6.14 server i cant tell there is no way to tell what version i running
its the latest and says up to date
i running Joplin on Unraid Server

i keep getting origin invailid
Invalid origin: joplin.example :443
or
Invalid origin: joplin.example.com

ive tried different google and google AI
like in the advanced of the ssl for joplin

location / {
    proxy_pass  //192.168.0.3:22300;
    proxy_set_header Host $host:443;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
}

or in the advanced

proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;

or

proxy_set_header Host $host;

and under unraid i added extra variables and nothing works

APP_BASE_URL=s://joplin.yourdomain cm
USER_CONTENT_BASE_URL=s://joplin.yourdomain cm
API_BASE_URL=s://joplin.yourdomain cm 

how you get it to work for
s: //joplin.example cm

this forum doesnt let me add htt p so i took took out some of the letters