Express.js Route Conflict Causing ‘Internet Disconnected’ Error and 404 Not Found on Signup Route
I am trying to connect my site to a database. I am using Node.js, Express.js and Mongodb. I have two forms: a donation form and a signup form. Both use different schemas and routes. The donation form works fine, but when I include the signup route, I encounter issues.