John Albert
John Albert
@simlarsen this is what it shows up when log is set to debug  DNS is resolving and when being accessed it returns 404.
@simlarsen I use the helm chart and the LOG_LEVEL is set to debug 
Okay I think this is the real error base on the logs that i just saw now, 
We are not seeing the right logs for this because we are not logging these api calls. https://github.com/OneUptime/oneuptime/blob/dd5cb900ffbb3d4d3a69bd1db4e6e64985a42403/Common/Server/Services/StatusPageDomainService.ts#L237 I need this feature so I'll see what I can contribute to...
Looks like the cname-verification api is not being hit at all, we should be seeing additional debug log when we hit the ```/status-page-api/cname-verification/:token``` but its not showing, and the new...
Hi @simlarsen , can ask for any support/update with this? base on the logs that we are getting is this a config issue? Thanks!
Okay i found the answer for this one, @MFYDev the cname that you're adding should be in the list of hosts in the oneuptimeIngress, but the oneuptimeIngress.hosts does not allow...