Skip to main content

All Questions

Tagged with
0 votes
0 answers
5 views

Handling Form Data and User Registration in MERN Stack: Issues with FormData and Validation

I am working on a MERN stack application and I'm having trouble registering a new user. I have a form on the frontend that collects user data and sends it to the backend. The form data includes fields ...
yzkael's user avatar
  • 43
0 votes
2 answers
24 views

How to get react installed

Hello I am currently trying to get React library. Node.js is installed on my computer currently. When I enter the code npx create-react-app project-name to get react, it doesn't work. I get the ...
JPaulG333's user avatar
0 votes
0 answers
11 views

CORS Error Response to preflight request doesn't pass access control check: It does not have HTTP ok status

Hello i've been developing a MERN app, instead of MongoDB is MySQL, so its MySQl ERN app. My site is a simple blog, post blogs with a name, and the content of the blog. So i implemented CORS while ...
mini1012's user avatar
0 votes
0 answers
14 views

ReferenceError: process is not defined reactJs

I am new to react. Just trying to run application, Facing below issue showing in browser console: Error showing in browser I have tryied below solutions: react-scripts version : 5 did not worked &...
prashant.fepale's user avatar
-1 votes
0 answers
11 views

Getting net::ERR_ABORTED 404 (Not Found) at http://localhost:5173/@vite/client in vite project

I have set up a Vite project for vuejs, following the quick start guide to learn the workflow of application development. However, upon launching the app on chrome (or any other browser for that ...
Amittras Pal's user avatar
-1 votes
0 answers
14 views

Adding meta functions to my route.tsx files causes errors

I'm building a Remix application and added meta functions to each of my route.tsx files. They all look something like this: export const meta: MetaFunction = () => { return [ { title: "...
k00's user avatar
  • 35
0 votes
1 answer
10 views

Webpack module federation directory share

I'm starting a new project and I want to reuse my components from an existing project. Following tutorials, I was able to share js and react files, as well as images and other media. However, instead ...
Luana's user avatar
  • 1
0 votes
0 answers
10 views

Getting a lot of errors in this aws-sdk server mainly in websockets

I am getting multiple warning and errors but I am not able to debug them The delay between the input submitted and the server is extremely long (approx 90 sec) with increases with more emit functions ...
Divyansh Pathak's user avatar
0 votes
2 answers
57 views

Why does creating a React/Vite app take so much time?

I'm trying to make a simple app with React but I'm stuck at the first step. It doesn't seem to do anything at all. Tried with both npx create-react-app and npm create vite@latest: It's stuck on the ...
J. Doe's user avatar
  • 93
0 votes
0 answers
29 views

node and react axios 404

I kept getting 404 error in the console login.js:25 Server responded with status code: 404 [email protected]:25" the backend works fine itself but with react it keeps giving errors, I already ...
Shin Kurt's user avatar
0 votes
0 answers
13 views

Getting multiple errors in this aws-sdk server mainly in websockets

I am getting multiple warning and errors but I am not able to debug them The delay between the input submitted and the server is extremely long (approx 90 sec) with increases with more emit functions ...
Divyansh Pathak's user avatar
-1 votes
0 answers
13 views

npx error. the npx did not run what should i do for this

npm error could not determine executable to run npm error A complete log of this run can be found in: C:\Users\Manuj\AppData\Local\npm-cache_logs\2024-07-19T07_10_33_916Z-debug-0.log i try to run npx ...
Manuja Prasad's user avatar
0 votes
1 answer
61 views

Not able to get inside the for loop in React js

I am making a To-Do App. I am using React frontend, Node backend, and Postgresql DB. I made a component called <TaskLists /> which takes three properties or props: startDate endDate allTasks ...
Aakarshit's user avatar
0 votes
0 answers
23 views

React FileReader and AudioContext issues on iPhone

Answer please I am working on a React project where I need to extract audio from a video file, process it, and upload it for analysis. The code works perfectly on desktop browsers and Android devices, ...
dnrksd's user avatar
  • 13
0 votes
0 answers
11 views

How to Protect Videos in a Hosting Environment for an LMS Platform Using Next.js and Node.js? [closed]

I'm working on an LMS (Learning Management System) platform using Next.js for the front-end and Node.js for the back-end. One of the key features of the platform is hosting and streaming educational ...
user26426884's user avatar

15 30 50 per page
1
2 3 4 5
1843