Forums

Web apps down?

Hello, is anyone else having problems accessing their website? Mine keeps loading for ever, then gives throws a 504-loadbalancer, it was fine moments ago. I already tried restarting (which is also taking longer than usual) and nothing. Any help?

Nevermind, it was a form on loop...how do i debug these type of errors? Nothing was written on the logs

When you say a loop, do you mean that there was some kind of infinite loop in your Python code? Or something different?

Hi! Not really, if i recall correctly, it was a html element in the main template that kept pointing to another template and so forth

wow- what templating language were you using?