Open Patt92 opened 1 month ago
Set static_hosting_domain
in your config to the desired domain for sites, for example site.puter.mydomain.de
.
thanks, thia changed the url, but now it tries to access the app url with http, which fails
If you can upload your config that might help. I'm not sure what would cause it to do that, but is protocol
set to anything in your config? Try setting protocol
to https
if it isn't already. If that still didn't work it's possible there's a bug, which I should be able to fix tomorrow (or later today depending on your timezone)
my config is in section 2. I only have redacted my domain and id's
Hi, apologies for the late reply on this. Did you ever resolve this? The only difference I can think of is that http_port
is not set to 443
. Are you able to configure it this way?
Issue Description I have an app made with the index url: https://elements-6nvxf03mqbr-tx7qc.puter.mydomain.de
Puter itself runs at https://puter.mydomain.de and provides also https://api.puter.mydomain.de
Steps to Reproduce
yes some things are redudant configured, they are left from tests. I will clean the unnecessary host entries as I already use wildcards.
Expected & Actual Behavior
The app should open, when opened is pressed in the dev center. The popup opens and shows can't connect to elements-6nvxf03mqbr-tx7qc.site.puter.localhost The actual index url works and has a valid certificate
Addition Information or Screenshots (if applicable)
Deployment
npm run start
)docker run
)docker-compose
) see above in reproduce.Puter version (if accessible) 2.4.1