The error pops when i try to load the javascript file saying Failed to load resource i used
app.use(express.static(__dirname + "/public"));
but that didn't work either.
I tryed to access the file with
<script type="text/javascript" src="/bundle.js"></script>
nope, didn't work. i searched over the internet, it's still returning an error.
Cause im trying to make a form and when the user submitted the form it should save the data but im just wasting my time on a express error :/