Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [react-fullstack]

React (sometimes styled React.js or ReactJS) is an open-source JavaScript library for data rendered as HTML.

react-fullstack
0 votes
0 answers
14 views

How to resolve this MongoDb atlas related problem that is coming in my vs code terminal

OJ PROJECT 3\backend>node server.js (node:23356) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be ...
Chhotu Kumar's user avatar
-1 votes
0 answers
37 views

Dynamically change the content of the webpage [closed]

I want to change the whole content of the webpage based on uploading file. Dynamically alter the webpage and display in that page and we have inputs for that new page. While uploading the new page we ...
Sanjay A's user avatar
0 votes
0 answers
54 views

Is it recommended using NextAuth.js v5 and a separate backend like .Net 8 Web Api?

I am new in Next.js and it turorials recommend using NextAuth.js for authentication and authorization. My current app will use .Net 8 Web API as backend and have supported authentication and ...
YYS's user avatar
  • 1
-2 votes
1 answer
47 views

Node js ejs variable not define issue

i am mern stack developer and i don't have any experience in this field. I have tried all method to solve the below problem but it gives error my template file is <!DOCTYPE html> <html lang=&...
GAMING WARRIOR's user avatar
0 votes
2 answers
63 views

I am getting an error as : AxiosError {message: 'Request failed with status code 500', name: 'AxiosError', code: 'ERR_BAD_RESPONSE'}

I am developing a MERN stack web application which allows sellers to post their rooms on rent and for users to search and select the best room for them. Whenever I execute the functionality Post ...
Anish Khadtare's user avatar
0 votes
0 answers
47 views

How to set up an Express server with Socket.IO on Netlify or another free host?

I'm trying to set up an Express server with Socket.IO and deploy it on Netlify. My server was working fine on localhost, but I'm having trouble configuring it to work on Netlify. Here's what I have so ...
Bora Bey Sarikaya's user avatar
0 votes
0 answers
20 views

404 Not found error on vercel nodejs deployment

I am trying to host my nodejs backend on vercel, I am getting 404 Not Found when I make an api call. here's my vercel.json file: { "version": 2, "builds": [ { "src&...
Sanaullah Ansari's user avatar
-1 votes
0 answers
15 views

@MERN Stack How i can get ProductId when i added the Products as a react like this in image and how this will save in mongoDB?

enter image description here I'm working on an e-commerce website as a MERN Stack from my Practice Project I'm facing this problem. that is how I can get the ProductId whereas the product is added ...
Noman Ansari's user avatar
1 vote
1 answer
62 views

Is it okay to encrypt a 3rd party access token and refresh token, in an encrypted JWT?

I have a full stack app with a React frontend and FastAPI (python) backend, which ultimately revolves around the user authenticating with Spotify and generating playlist data. Since the app and the ...
tprebenda's user avatar
  • 482
0 votes
2 answers
35 views

I can't get tailwind to work in my fullstack project

I have been trying to make my tailwind to work in my fullstack application, I am using Vite to work with React, Node.js and I want to use express also. This are my files so far For the component that ...
Emilio Parra's user avatar
-4 votes
0 answers
29 views

Please help - bcrypt compare

So when I hash the password and save it in database and then compare it in with the provided password that is exactly the same as the password when I hashed it, I get FALSE. Can somebody tell what I'm ...
Ruhul's user avatar
  • 55
1 vote
1 answer
48 views

How can I improve this axios request that returns a blank page?

I am refreshing my fullstack knowledge and have run into a problem with pulling in a single movie from the back end to the front end. When testing via postman I can get the movie without a problem and ...
TheCookie's user avatar
0 votes
1 answer
50 views

Issue with Second User Not Adding to Convex Database

Running into a snag with my project setup—leveraging Clerk for authentication & Convex for the DB. Oddly, the second user's not getting added in Convex, even though Clerk's updating smoothly. Any ...
pavan suthar's user avatar
0 votes
0 answers
56 views

Optimizing FastAPI for Multiple Requests with Limited GPU Memory

I have developed an app using Fast API as the backend and JavaScript for the frontend. Now, I want to handle multiple requests on my server, considering that I am using large language models like ...
Lorenzo Cassano's user avatar
0 votes
1 answer
30 views

Dynamic SQLAlchemy filter [duplicate]

I am trying to write a dynamic filter for an API that uses SQLAlchemy (python). The front end will pass in optional arguments via query string to the backend and then the python backend should query ...
acarlseen's user avatar

15 30 50 per page
1
2 3 4 5
28