I have a simple node/express/knex app that can read and edit a postgres db. I added passport authentication with auth0 and everything works beautifully. I was about to call it a day when I noticed I can't actually submit changes anymore. All the pages work that read from the database, but when I go to make a change and call a router.post route, I get an error like this. The weird thing is absolutely nothing has changed in that section of code. Happens in three separate routes.I have a simple node/express/knex app that can