I am trying to host grist on
https://subdomain.domain.com/path
I am facing multiple issues
-
SSL is terminated at LB, so while browser URL is https, the application should be hosted on http. I am having difficulty with this. When I access app on https, it returns all embedded URLs on HTTP (because app thinks it is on http, and browser is not able to load). Is there a solution to this?
-
I tried various combinations of parameters and still the first page comes up blank because “path” is causing problem. The page has following code that makes all other calls fail.
Is there an example of grist being loaded at a path e.g. https://subdomain.domain.com/path ?