4
webdev
6y

Most satisfying bug, it was something with good old $.ajax, way back when Axios wasn't a thing and SPAs weren't so widely used.

I was somehow able to fix the call params for a file that would not load with any other setup. Maybe it was just setting async to sync or something like that, however the thing is I was not familiar with AJAX at all, but I managed to get it run.

Then I googled, why its working and figured out all the answers on SO and other pages were the exact thing i set up for my call. I was so proud

some context: I was struggling with this bug for days and asked more experienced web devs, everybody answered, your code should just work fine.

Maybe thats why I have a positive relation with SO, because the first thing i searched there was something that I figured out myself, haha

Comments
Add Comment