ryanmurakami / pizza-luvrs

❤️🍕🍕❤️ Demo project for AWS Developer: Getting Started on Pluralsight
114 stars 255 forks source link

Bad request: cookie header. #32

Closed bguyan closed 4 years ago

bguyan commented 5 years ago

If i try to npm start the app i get a 400 error in the app. is this a problem with one of the packages or do you handle the header in the app somewhere

bguyan commented 5 years ago

So to stall the problem for now i just went into the node modules code for hapi and commented out the cookie header validation... obviously not something to do on a live system... but its solved the issue for now!