Skip to main content

All Questions

Tagged with
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
-1 votes
0 answers
46 views

CORS undefined problem in Node.js and Plesk

I have problem with CORS in my Node app on Plesk. On example.com/checkout.html is the form with PayPal checkout, after the payment goes through, it sends the form data to example.com/abc (Node - ...
Ondra's user avatar
  • 1
0 votes
0 answers
17 views

Issues with CORS and HTTP Requests in Vercel Deployment for Node.js and MongoDB Backend

I'm facing issues with CORS and HTTP requests in my project deployed on Vercel. The project involves a Node.js backend (node-backend.vercel.app) and a frontend (frontend-part.vercel.app). I have ...
ShashidharM's user avatar
0 votes
1 answer
34 views

Cors confict with 'Access-Control-Allow-Credentials'

I have a Node.js application with a React front-end. I'm working on this application in Project IDX. The CORS configuration is as follows: backend: app.use(cors({ origin: 'https://5173-url-front-...
Jose's user avatar
  • 1
0 votes
1 answer
32 views

How to resolve a Cors error when trying to get an authentication token using authorisation code grant in Next.js

I have an app where im trying to send a generated pdf to get a signature. Pretty straightforward. I got the authentication working in postman, but when I try it in code, I get this error: Access to ...
Duncan Findlay's user avatar
0 votes
0 answers
22 views

NestJS CORS Error It's working well all of a sudden, but an error suddenly occurs

import { NestFactory, Reflector } from "@nestjs/core"; import { Logger, ValidationPipe } from "@nestjs/common"; import { AppModule } from "./app.module"; import { ...
developer-ppang's user avatar
1 vote
1 answer
32 views

Express Subdomain and Route Returning Cors Error

I have a angular and nodejs app that worked perfectly fine. The application is an angular application with a nodejs backend hosted on heroku. I recently introduces subdomains to the nodejs server ...
coder12's user avatar
  • 21
0 votes
0 answers
27 views

Blocked by CORS policy: No 'Access-Control-Allow-Origin' header error nodejs

Whenever I try to establish a socket connection (from client) with my server (writen in nodejs), I get a cors error Access to XMLHttpRequest at 'https://example.onrender.com/socket.io/?EIO=4&...
noah.'s user avatar
  • 1
0 votes
1 answer
71 views

Blocked by CORS policy despite domain name present in server side file

I've run into a very bizarre problem that even after hours of troubleshooting this issue persists. Project Background First of all, my front end is run on React+Vite (but I didn't really use anything ...
Kevin's user avatar
  • 15
0 votes
0 answers
27 views

CORS policy issues on integrating Xero's API into Nuxt 3

I'm trying to integrate Xero's OAuth 2 into my Nuxt 3 App and I kept getting issues with CORS policy. Nuxt App > pages > index.vue <script setup lang="ts"> import UiParentCard ...
Afiq Rosli's user avatar
0 votes
1 answer
75 views

cookie is Not getting send in request headers after deployment to Vercel

I am building a MERN blog app. Initially it was running fine before deploying to vercel. The server was hosted on http://localhost:3000 and the client react part was hosted on http://localhost:8000. ...
Aditya Nagare's user avatar
0 votes
1 answer
35 views

"CORS header ‘Access-Control-Allow-Origin’ missing" despite setting cors origin in my server.js

I am working on a project where I have set up a socket.io server. server.js const express = require('express'); const app = express(); const http = require('http'); const { Server } = require("...
user25669529's user avatar
0 votes
1 answer
149 views

Third-party cookie will be blocked - warning, not able to logout

I want to remove the warning and be able to logout https://link-bee-roan.vercel.app/ this is the link I am setting cookies here res.cookie('token', token, { secure: true, sameSite: '...
Ankit's user avatar
  • 1,362
0 votes
0 answers
17 views

Requests after logging in stay pending

I recently deployed my first full stack app on render: I can successfully register and log in, but any requests made while being logged in get stuck pending and won't resolve. I assume it has ...
Frank's user avatar
  • 31
0 votes
0 answers
47 views

Handling CORS Preflight Requests in Flutter Web Integration Tests

I'm facing issues with CORS preflight requests in my Flutter web integration tests. Here's a summary of my setup and the problem: Setup: Flutter Web Integration Tests: Using flutter drive. Backend ...
sina .s's user avatar
  • 79

15 30 50 per page
1
2 3 4 5
107