Form upload to a local node.js error 404

Hi everyone,
I have been trying to learn how to create a user registration form and upload it to a database. I have followed a couple videos both using the node.js system, one on youtube and one on uniqueideas. I feel like this should be really easy while going through the videos. However, when i finish with the videos the form never submits and doesnt upload. inspecting the source i find these errors…

api/security/registration:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
DevTools failed to load source map: Could not load content for http://localhost:3000/bootstrap/5/js/bootstrap.bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:3000/dmxAppConnect/maps/dmxBootstrap5Modal.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:3000/bootstrap/5/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Unfortunately for me I dont know much about coding and only have my experience with the tutorials i have been through, and a couple books im reading. Any help would be great in pointing in the right direction.

You can ignore the 404 warnings for any file ending in .map.

Have a look at this to help you find the real cause…

1 Like

I appreciate the link. the error is telling my my table doesnt exist. Even though i see it in the database
image
and i see it in my database insert options.

.