Hi, My name is Hardik and i have hostinger vps and i have hosted my n8n on hostinger, now while loading the main page of the workflows, the page is running for a very long time and then it is showing me: This site can’t be reached
n8n.srv________.hstgr.cloud took too long to respond.
Hey welcome, this is a pretty common issue on Hostinger VPS specifically. First thing Id check is whether your VPS is running out of memory, SSH in and run htop or free -m to see whats going on. If n8n is running behind nginx make sure you have the websocket headers configured (proxy_set_header Upgrade $http_upgrade etc) otherwise the UI will just hang like that.
Hi @Hardik_Chauhan Welcome!
I also use hostinger i have two n8n instances there, i would ask that have you tried restarting your instance? Also i expect you have not done anything with the env variables, consider restarting your instance and if that does not help, try doing SSH inside the VPS and see what has been set as a WEBHOOK_URL although it should be matching as your n8n.srv link but that should be matching, let me know if that works.