You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit will allow your to set HTTP or HTTPS in the config.yml file. Links will then work and use the correct schema.
Most links appear to work without this fix, however url_for function fails to accept the forwarded scheme (at least while we are using Apache to direct traffic to the PixPlot Docker container currently using gunicorn). I tested a number of configurations. I believe it may be possible to do with Nginx in the middle or wsgi, but I'm hard pressed to come up with a solution using either that is not overly complex for this limited app!
After uploading images, it redirects to http even on the https version.
The text was updated successfully, but these errors were encountered: