I had everything up and running wonderfully. Had about 100 hours in to creating my system. Started working with the ai nodes and needed memory, so I made the decision to install Zep. Part of the install for Zep was to get the load balancers working and configure forwarding. I did as the instructions said, but woke up the next morning to no access via the web interface.
Someone was awesome enough to help me figure out what I did wrong, and I am now able to access via the http, but the https still isn’t working. I moved my domain from my previous hose to Digital Ocean and I set up an ssl with digital ocean
Is your SSL certificate issued for the same address, that you are using when trying to connect to the n8n?
when you are trying to connect to n8n via HTTPS, do you see any certificate errors in the address bar (like the red https part being crossed or a certificate icon with the red cross)?
So, I got frustrated, backed everything up, started a completely new droplet, followed every single instruction to the letter
new n8n instance is up and running, certificate is issued for the subdomain, and valid
and it’s doing the EXACT same thing as the previous instance. it hangs on the workflows section and where the workflows usually are just does that pulsing thing like it’s loading, and never loads
Yes, thats strange. Do the workflows page appeared after you have logged in or they appeared right after you have connected to the n8n?
All I can advice for now is to open a new window in incognito mode, open the dev console (f12), you need the network tab in the console, go to the n8n page. There should be a login page (/credentials), after which you may be able to open workflows (in ordinary way). If something is not opening, check in the network tab for any pages with status 400+, it may be credentials page or workflows. Open the entry with error and try to find what was wrong there