Hi all, is it possible to mount the public API at ...
# talk-kratos
s
Hi all, is it possible to mount the public API at a path like https://accounts.example.com/api/public without having to strip the
/api/public
at the ingress layer? I’ve tried setting
serve.public.base_url
and
serve.public.domain_aliases
but neither seem to have the desired effect. Requests to https://accounts.example.com/api/public/self-service/login/browser return a 404.
a
Hi Richard, this seems to be a known issue, see https://github.com/ory/kratos/issues/1152
s
Thanks Grant!