If I click really fast on some elements, Backbone.js will stop working. That is…all the AJAX will stop working.
When I change routes and load new things, nothing loads because AJAX bugs out. I have to refresh the page and click slowly to make it work again.
Also, this happens only when I’m clicking fast on actions that are somewhat heavy.
How can I “reconnect” the app?
Edit: I think my server hangs if I click too fast. Because after I click too fast, I wait, and my server’s console will start printing the request after a while.
Edit 2: I don’t even have to click fast. After a few clicks (slowly), it just hangs.
Fixed.
My server didn’t return a response for the ajax call.