John Albert

Results 7 comments of John Albert
trafficstars

@simlarsen this is what it shows up when log is set to debug ![image](https://github.com/user-attachments/assets/60304b9d-1941-4481-bc26-6c6ed38d529d) DNS is resolving and when being accessed it returns 404.

@simlarsen I use the helm chart and the LOG_LEVEL is set to debug ![image](https://github.com/user-attachments/assets/8750db70-b503-4b63-8d52-411522c65286)

Okay I think this is the real error base on the logs that i just saw now, ![Screenshot 2024-08-02 at 2 25 08 AM](https://github.com/user-attachments/assets/cd67e9a1-e0f7-4129-9209-ad959c1410f6)

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...