Hi, I'm facing a somewhat weird problem. So far, m...
# talk-kratos
c
Hi, I'm facing a somewhat weird problem. So far, my Docker Compose environment with kratos and the self service UI works as expected. Now, for some unrelated reason, our nameserver is broken and the server running Kratos + Selfservice UI can't resolve the domain to itself to the proper IP it is actually running on. Therefore I had to encode the DNS-to-IP-mapping in /etc/hosts. As soon as I did that, the selfservice UI "kind of" stopped working. When I want to navigate to the selfservice UI page at "/" it doesn't redirect me anymore to "/welcome" and just gets stuck loading. The selfservice UI logs also only display that this first request was received but it didn't follow up with responding with the CSS scripts and so on. When I navigate to some bogus URI on the selfservice UI host it presents me with an error as expected. What seems to be the problem here? tl;dr: Selfservice UI doesn't work as intended as soon as I hardcode a DNS to IP mapping in /etc/hosts