Skip to content

Commit

Permalink
Preserve https when generating redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
mogul committed Apr 9, 2024
1 parent b1afa08 commit 75df1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ applications:
# Hardcoded
FLASK_DEBUG: "0"
APPLICATION_ROOT: "/"
SPIFFWORKFLOW_BACKEND_USE_WERKZEUG_MIDDLEWARE_PROXY_FIX: "true"
SPIFFWORKFLOW_BACKEND_WSGI_PATH_PREFIX: "/api"
SPIFFWORKFLOW_BACKEND_BPMN_SPEC_ABSOLUTE_DIR: "/app/process_models"
# spiffworkflow_backend.config.ConfigurationError: SPIFFWORKFLOW_BACKEND_URL_FOR_FRONTEND and SPIFFWORKFLOW_BACKEND_URL are incompatible. We need backend to set cookies for frontend, so they need to be on the same domain. A common setup is to have frontend on example.com and backend on api.example.com. If you do not need this functionality, you can avoid this check by setting environment variable SPIFFWORKFLOW_BACKEND_CHECK_FRONTEND_AND_BACKEND_URL_COMPATIBILITY=false
Expand Down

0 comments on commit 75df1d1

Please sign in to comment.