Posts by Victor Pereira • 23 points
3 posts
-
0
votes0
answers25
viewsQ: POST request awaits endlessly
When I add the authentication in the post route and send the request, the request is waiting endlessly AUTH ARCHIVE: const jwt = require("express-jwt"); const secret = require("../config").secret;…
-
0
votes0
answers37
viewsQ: I am having a Favicon Error H10 in the Nodejs Application Backend Deploy Heroku
Knexfile code: module.exports = { development: { client: 'sqlite3', connection: { filename: './src/database/db.sqlite' }, migrations:{ directory: './src/database/migrations' },…
-
2
votes1
answer141
viewsQ: How to Resolve Infinite Request Loop React.js?
En route GET that upload backend image on useState that this in a component of the React is making infinite request to my backend component code: import React,{useState,useEffect} from 'react'…