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
{{ message }}
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
We are currently attempting to use the https_only flag and for we created a static.json as per the docs in the root of application, however when we use an http url, there is no redirection to https, we can see the correct static.json inside the instance within /app/static.json and the logs state that it is using the provided static.json
We are currently attempting to use the https_only flag and for we created a static.json as per the docs in the root of application, however when we use an http url, there is no redirection to https, we can see the correct static.json inside the instance within
/app/static.json
and the logs state that it is using the providedstatic.json
We also attempted several changes
Our Procfile is as follows:
Our package.json
Could you provide some clues on how to debug this? Is it possible to check what config was used within nginx.conf?
The text was updated successfully, but these errors were encountered: