I made a shopping app. On views/index.ejs I can’t see the fake credit card information I submitted to a form. But I can view it on Mango. I get an error on the file stating, “ReferenceError: C:UsersThe XXXX FamilyDocumentsPeter’s Web ProjectsNODE_LOGIN|crud_shop_appindex.ejs:29” and “C:UsersThe XXXX FamilyDocumentsPeter’s Web ProjectsNODE_LOGIN|crud_shop_appviewsinclude_show.ejs:1” along with somewhere below that, “users is not defined”.
Anyone know the solution to my problem? I have my GitHub page of the code in a link if anyone’s interested in helping me out. Thanks in advance! text
I tried everything I could think of, but am too busy at the moment to try to figure out how to fix it. I would really appreciate help provided to me and would be open to learning about the fix to the problem.
I wanted to see the information, that I submitted, on the app’s page.
Though I got an error instead of my information displayed on the page. You can learn more about the error in my post.