Apologies in advance for the noob question, but search in Grist docs, community forum and Docker questions on StackOverflow didn’t yield an answer to a simple issue. I’m experimenting with Grist on self-hosted docker container (macOS). Specific problem leads to a general question.
I’m using the SELF_HYPERLINK formula to link to a record details page from a table view following this helpful advice. The resulting link, however, uses http://0.0.0.0:8484/… which results in a Grist Access Denied error. When I manually replace the “0.0.0.0” with “localhost” it works as expected (displays the correct details page).
So I’m wondering if SELF_HYPERLINK can take a keyword argument that changes the domain (from 0.0.0.0 to localhost in my case, but there might be other use cases)? Or is there a setting I can use to force “localhost” instead of “0.0.0.0”? Obviously, I have some redirect options I can use outside of Grist, just wanting to avoid those if possible.
Or is there just a docker command I’m missing, because I’m unfamiliar with docker?
Thanks!