python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Redirected you too many times error after hosting on Heroku
I just hosted my Node.js application on Heroku. I use Handlebars templating for the front end. After logging in, I was supposed to be redirected to my dashboard but instead, I got the following error,...

Anthony Nzube
Votes: 0
Answers: 1
Is there a better way of handling folder structure in Express Handlebars with views
I'm wondering if there is a better way of rendering my html without having to always have my files named differently. If there's any way handlebars can know I want this file in this folder to be rende...
clew-bot
Votes: 0
Answers: 1
Toggle button takes two clicks
I have made a toggle button to show some navlinks on mobile screens.
However on the first page load it takes two clicks.
After that point it toggle perfectly fine.
How can I make it so it functions co...
Josh Haywood
Votes: 0
Answers: 2
express handlebars | how I get the map value
controller.js
Settings.find()
.then((result) => {
for(const key in result){
const map = new Map();
map.set(result[key].key,result[key].value);
}
}).catch((err) => {
conso...
Erol
Votes: 0
Answers: 1