Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More

I innocently fired up my angular project, updated everything and got the infamous window not defined error. Huh? Everything is set to Client side rendering? Delete this, delete that, reformat, nothing calling browser apis, so what the fuck?
Apparently, an update in path-to-regexp broke path parameters in the server script, requiring you now instead of declaring the route “/**” to /*something, because for some reason it wasnt supported anymore. Id lie if i felt rage towards the people, but well they do this stuff for free. But Angular, wtf?
rant