Right now I am facing the problem that I have a error in my JS code. I am developing in .net core mvc web. The browser console is telling me this error:
Uncaught TypeError: Cannot read properties of null (reading 'value')
at HTMLDocument.<anonymous> (Create:172:70)
Which would mean there is an Error in line 172 of the file “Create”. Somehow as you can see in the attached image, I can’t see any content of this file in the developer tool.
Screenshot Edge browser
Can someone help me out?
I couln’t find anthing related to this issue.
New contributor
Griang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.