Why is node.js giving an ‘invalid input syntax for bigint type’ error with “all” and “all.pdf” as parameters?
I set up a route that when placing all.pdf, it searches all the id's in the database, generates a pdf of each and joins it in only one pdf of several pages. But when I put all.pdf it returns the…