I have made a query on a data and it returns a result: [ RowDataPacket { 'COUNT(t.id)': 2 } ] How can I access it like the count number? I have tried result.COU
I am creating an application with a web form that when the user clicks "submit", the data is added to a DynamoDB table. My web form's HTML code includes an API
I do have a working application on firebase, that renders code and delivers a png image as output using puppeteer. However I would like to have a newer chromium
I'm trying to give a name to my smart contract. But All given names is invalid. Where is the mistake? Because I guess all names are alpha-numeric. Can you help
I want to have 2 different instances of passport Js for my app (user and admin - both with jwt authentification ). I read in the official documentation that the
I have a node API which is deployed and run as a Lambda function inside AWS. // mthd export const validateHeaderBearerToken = (req, res) => { if (!req.heade
I am trying to set up email verification in my app using nodemailer with a Gmail account. My problem is that it reports an error, stating that my Username and P
I'm using node-wpapi to interact with my Wordpress site. I have the Advanced Custom Fields and ACF to REST API plugins installed. I'm trying to use wpapi to upd
I am trying to install express-graphql but getting this error.Please help npm install --save express-graphql npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to
I’m trying to connect to an oracle database using Sequelieze ORM. I know that Sequelieze doesn't support Oracle but I'm asking if there is any way to do t
I am building a web application using Hapijs. I am using route prerequisites to do something before the route handler is executed. This is my route server.route
I'm using firebase to sign in my users on my node js app. I would like to see if the user is authentificated or not and after it redirect to the page I want (lo
I am adding tasks as Docs in a Firestore collection. On the Backend, I have multiple NodeJs stateless instances that process these tasks. All the instances are
I have two containers in my docker-compose and my node application does not connect to Sybase database but my local machine connects version: '3' services: a
I have a weird problem, for a few months my web app worked just fine connection to my email account via Google API. but today, when I tried to connect to my ema
I have tried my best to debug this issue for the past few days with no luck. I am a beginner so there could totally be simple things I just didn't know. So I ha
For my application's backend I'm trying to host in on heroku. After creating a new app on heroku I've followed all the steps that it showed me and it was deploy
I am writing the frontend of my application with nextjs I am trying to load image from the public folder but I am getting invalid url I copied the image to the
I'm trying to make SSR React web application. Everything works fine except staticContext. My server code is // IMPORTS const renderer = (req, store, context) =
I am using the while loop to iterate through an array and trying to terminate the loop using the return (I tried foreach before which doesn't terminate for retu