Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

I have a container with multiple items displayed using CSS Flexbox, with flex-wrap: wrap and justify-content: center so that the items are visually centered and wrap responsively. Each item has a ...
Tani's user avatar
  • 1
1 vote
1 answer
45 views

I'm trying to include an html file in my ejs templates. Not working. Everything else works. Tried a million different paths in my Include Wrong approach? Wrong syntax? Use the "path" ...
user1851446's user avatar
0 votes
2 answers
128 views

I'm developing a feature to generate a PDF health report from an EJS template. I'm trying to add page numbers (e.g., "Page 1 of 10") to the footer of each page. I'm using the CSS Paged Media ...
Sourabh Kushwah's user avatar
0 votes
0 answers
34 views

So i am new to programming so pardon me. I am building a blog app with ejs and node js that has a google sign in functionality through passport js.. the functionality works, however when i click on ...
uche9260's user avatar
0 votes
0 answers
57 views

i am working on a full stack web developement project and i'm stuck where localhost:3000 in my browser can't show the before and after mentioned in the layout.ejs file, which are outside the <%- ...
Bakhtiar Sarthok's user avatar
0 votes
0 answers
87 views

I'm currently trying to make a login and signup form using EJS, Express, Node, etc. However Whenever I submit data from a form, all data is being returned as "Invalid" I've checked my user ...
user30069178's user avatar
0 votes
1 answer
45 views

I'm trying to make my component generator more flexible by adding in an option to make it a custom form control. I have the options set up in the schema along with an x-prompt object to provide the ...
Optiq's user avatar
  • 3,354
0 votes
3 answers
77 views

I get NaN value when I try to show the value of (item.total_amount,item.price,item.addtional_price) in ejs page but when I debug the variables some time I get the value and some time not!! this is the ...
Ali Alariqi's user avatar
1 vote
2 answers
93 views

Server: import express from 'express'; const app = express(); app.set('views', './public'); const PORT = 3002; app.get('/', (req, res) => { res.render('index.ejs', { title: 'Page Title'}); }); ...
Paul's user avatar
  • 123
1 vote
1 answer
43 views

I created a simple web application that fetches data from an API but when I get a response and render the result to ejs file it seems the route is called multiple times Here are my codes:- index.js ...
Mr A KeYz's user avatar
0 votes
1 answer
161 views

I'm using node JS for the backend and ejs template for my frontend. Basically, I'm making a salon appointment system where users will select a date and based on the selected date, in next form they ...
Harsh's user avatar
  • 27
0 votes
1 answer
51 views

I am creating dashboard where I have created a layout for sidebar and different pages of sidebar have different content. here is the layout.ejs: <!DOCTYPE html> <html lang="en"> &...
RIZWAN ALI's user avatar
1 vote
2 answers
69 views

I have a little dilemma, where I am trying to make a website with a function for changing the views directory and the layout of a node.js server: app.use((req, res, next) => { const segments = ...
Isak Grönlund's user avatar
1 vote
1 answer
85 views

So I have a service where I let users post book reviews. I myself have posted two. In my database I keep track of the user names that they input when submiting a post. for some weird reason, it will ...
Dexedus's user avatar
  • 11
0 votes
0 answers
207 views

I would just like to set up a template engine locally, as my workflow now is rendering the tempalte and having to go to my aws-s3 bucket to see the results. In the NestJS docs the hace an example ...
Antonio Pavicevac-Ortiz's user avatar
0 votes
1 answer
96 views

I am trying to render a Plotly OHLC plot in my chart.ejs file and pass a variable called result to it. However, when I attempt to use EJS templating to include result in the chart.ejs file, the plot ...
Paridhi's user avatar
1 vote
1 answer
71 views

I'm building website based on node.js(express.js), MYSQL and Ejs. And I was trying to present graph with d3.js This is part of script in mainpage.ejs <script src="https://d3js.org/d3.v6....
mkbmob1004's user avatar
0 votes
0 answers
39 views

Am making a archive.org like website but the sidebar is a sidebar on desktop but going to localhost on my phone is under everything else am using node.js and EJS the header is just a title and ...
HttpAnimations's user avatar
2 votes
0 answers
81 views

I am trying to run my tests on cloud using ci gh actions but due to that open handler issue the pipeline keeps loading forever and does not stop. how can I resolve that issue of EjsAdapter open ...
rrrokhtar's user avatar
  • 1,263
0 votes
1 answer
109 views

Good evening all, I know this is using an older stack; however, it is my starting spot to get something working before moving to a different stack with more features. I have a Node.JS application ...
JBMacer's user avatar
1 vote
2 answers
71 views

I have an Express server with a route for deleting a (psychology) experiment. (I have split my routes into multiple files. This route is in admin.js and thus its full route path is /admin/experiments/:...
America Holloway's user avatar
0 votes
2 answers
77 views

I am making a web based chat app like whatsapp web. When clicking on an user then I want to render user.ejs file inside dashbord.ejs. I am able to load the html and css from user.ejs but js is not ...
Basant Namdev's user avatar
-1 votes
1 answer
47 views

I have an ejs file in the following directory: ./admin/admin.ejs and i have plain old JS file in the following directory: ./public/client.js and an express app in the following directory: ./app.js ...
Isaac Del Castillo's user avatar
-1 votes
1 answer
85 views

so i am building a note system and how i have it setup is that on the home page it gives you a preview of the note and if you want to see the whole note you click on it and it pulls up a modal pop-up ...
Treemo's user avatar
  • 1
0 votes
1 answer
36 views

enter image description here this is my rander log screen //navbar.ejs <% if(!currentUser) {%> <a class="nav-link" href="/signup"><b>Sign Up</b&...
Parth Jadeja's user avatar

1
2 3 4 5
130