DavZim
DavZim
ahh, changing the redirect from `href = "/hello"` to `href = "hello"` makes it work. Looking at the Sample Posit App, I see that `href = "/api"` ([source](https://github.com/ambiorix-web/positconf2025/blob/main/demo/html_helpers.R#L42)) instead of...
I played around a bit and I see on Posit Connect the following ENV variables, which could be used to create the host: `CONNECT_CONTENT_GUID` -> `""` `CONNECT_SERVER` -> `"https:///"` `RSTUDIO_PRODUCT`...
A further complication that came to mind when we use `href = "hello"` (instead of `href = "/hello"`), further links or going back dont work. Consider the following example, where...
that works, it feels a bit weird to use when I have multiple levels in the URL (eg `mysite.com/listings/:id`), but this should be a good workaround for "the posit issue"...
hmm, ill try to look into it, but unfortunately I cant guarantee that it will be soon!