13
nine
3y

I was making changes in JS and it did not get reflected into the browser, spent 3 hours on it. Later realised I was making changes in the wrong JS file. Have never felt this dumb in my life.

Comments
  • 4
    This happens a lot , more times than i wanna admit
  • 1
    My version: I had the live website open instead of my localhost
  • 2
    My version right now:

    Mocking python requests for a post request and it complain about the address not being mocked for 3 hours, then realising it was mocking a get request instead of post.
  • 2
    I spent 3 hours wondering why my JS app wasn't working. Turned out I misspelled src as scr in the import
Add Comment