8
poplaww
6y

Debugging ♡

Taking first steps in Express.js. It's in general the first web framework i've learned so the struggle was greater.

While I was creating a web app, i've noticed that suddenly all of the routes were redirecting to the 404 error page. I was looking for the cause of this issue for an hour just to find this:

route.get ('/ ', ...);

So it seems that just one space sign wasted 1 hour of my day.

Btw, it's my first rant there so 👋 to everyone :)

Comments
Add Comment