Dialect needs to be explicitly supplied as of v4.0.0 I am trying to connect an existing SQL server file to my node js app the code in index.js const Sequelize =
I am having issues getting any image data on the form in the ejs file after submitting. Upon debugging, there is a req.body.image which has the filename but req
I am trying to do a simply paste a link in a particular channel and wait for the bot to send it again with message. here in this example I should get: hello ima
I try to update my code because I update nodejs from 8.12.0 to 16.14.0 and use es6.This my code before I got update nodejs. const encryptRequestHeader = () =>
I am trying to create a backend application using Node.js and Express to get post and modify user data from a .json file. Here is my app.js file: const express
i'm trying to populate using mongoose and $push but got null, and using postman it's says that the req.body is undefined. Can't see why(i'v added app.use(expres
I have created an app that has a cart that sends data to the backend, now when I restore I want to preserve the data and display the same data as before. I have
i have two models: const Users = sequelize.define('users', { id: { type: DataTypes.INTEGER, primaryKey: true, unique: true, allowNull: false }, name
npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /.npm npm ERR! errno -13 npm ERR! npm ERR! Your cache folder contains root-owned files, due to a bug
So here below i'm calling a query to update the slack_id. This is in the backend Index.js file. The /update is being called In the CRUD.js frontend in the next
So, I'm trying to create my first microservice using NestJS, but the moment I try to run it, the service stops with this error: [13:39:21] Found 0 errors. Watch
I am using multer package to upload photos. I am able to upload the image file and submit it. it gets submitted into a file called images in the public folder;
I am trying to create a music app that can serve music files to an audio element. Eventually I want a client side ui that can pick a song from a playlist and ev
ive just started to learn react and Ive been trying to get my react app to connect to my database with var mysql = require('mysql'); var con = mysql.createConne
Error: throw er; // Unhandled 'error' event TypeError: Cannot read properties of null (reading 'items') at C:\Users\shiva\Desktop\Web Development\todolist\app.
I've been stuck at trying to submit my form for a couple of days now. I constantly get hit with the following error: "POST http://localhost:5000/graphql 400 (Ba
I have this function that collects JSON data from an API endpoint: export const getDataAPI = (token_id) => { const url = `https://api.url.com/tokens/` +
I'm trying post some data in mongodb database and it works perfectly until the fetch request is sending continuously even if I didn't do anything. In the networ
when open seed page i get "product validation failed: describtion: Path describtion is required., name: Path name is required." instead of "seed opened", how I
I would like to send a message every X seconds and that the user who reacts first gives him 10 coins. The problem does not come from the system of coins, it is