Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
node.js getting error when pressing new user

enter image description here

enter image description here

enter image description here

add_user.ejs

<!--include header-->
<%- include('include/_header')%>
<!--/include header-->


<!-- Main Site -->
<main id="site-main">
    <div class="container">
       <div class="box-nav d-flex justify-between">
        <div class="filter">
            <a href="/"><i class="fas fa-backward"></i>Visi Naudotjai</a>
        </div>
       </div>
       <div class="form-title text-center">
           <h2 class="text-dark">Naujas naudotojas</h2>
           <span class="text-light">Naudokitės apačioja pateikta forma susikuriant nauja naudotojas</span>
       </div>
       
       <!-- add user form -->
       <%- include('include/_form')%>
    </div>
</main>
 <!-- /Main Site -->



<!--include footer-->
<%- include('include/_footer')%>
<!--/include footer-->

Cannot understand there is the problem when i try to presss on main site add new user its need to open a new tab with a new just form but i get just this error someone know there is mistake was made ?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think the problem is because you're calling add_user.ejs, which is in the include page. So, you probably put the page in the wrong folder. If I'm wrong, you need to rename add_user.html to add_user.ejs, or use html as the View Engine

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!