Missing Files that are there

I’m getting these three errors from my node.js/Docker system.

In reviewing the server, I have redeployed the system, locally and remote, error still persists.
I do see the files in the public folder. Thanks in advance for any guidance.

  1. DevTools failed to load source map: Could not load content for http://localhost:8100/bootstrap/5/js/bootstrap.bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  2. DevTools failed to load source map: Could not load content for http://localhost:8100/dmxAppConnect/maps/dmxBootstrap5Modal.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

  3. DevTools failed to load source map: Could not load content for http://localhost:8100/dmxAppConnect/maps/dmxBootstrap5Alert.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Hi.
These are not errors, but more of a warning. You can safely ignore them.

Thanks Sid. Form not working, that was my reason for thinking it was beyond a warning issue. Back to troubleshooting…