shiftymitch / cookbook

Cookbook is a community driven recipe database, which gives users the ability to sign-up, submit recipes, search for community recipes, and search a larger 3rd party database.
https://https://the-cookbook-app.herokuapp.com/
MIT License
4 stars 2 forks source link

Resolve "Error [ERR_HTTP_HEADERS_SENT]" #61

Closed nabeek closed 4 years ago

nabeek commented 4 years ago

There is an error the breaks the server, after logging in and navigating away from the profile page.

A simple fix, adding a return to each html route that uses res.redirect("/profile");

nabeek commented 4 years ago

Resolved via #65