Hi,
I’m experimenting deployment with n8n in my company as PoC. I’m deploying it with a user/password and since it’s not possible to perform healthcheck.
Actually i’m using 401 as success code but I believe there is a better solution, do you have some insight ?
Thanks
Welcome to the community @Dranaxel !
n8n has a special endpoint for that called /healthz.
So for example: http://localhost:5678/healthz
6 Likes
@jan Thank you for the information
I didn’t saw it in the documentation, is this a forgotten piece or did I miss something ?
@jan any idea why the status code returned by this endpoint is 304?
Why isn’t a regular 200?