#general_iroh
1 messages ยท Page 1 of 1 (latest)
hi! sounds like you need to update your own backend server code on https://stage-front.eidverse.io/ to allow access from that other domain.
many examples of that on https://enable-cors.org/server.html
But I have added cross allow origin, it is working for sign in and sign and fetching my user info.
origin: ['https://stage-front.eidverse.io', 'http://localhost:3000'],
methods: ['GET','POST','DELETE','UPDATE','PUT','PATCH'],
allowedHeaders:["Origin, X-Requested-With, Content-Type, Accept, Authorization, access-control-allow-origin"],
credentials: true,
}));```
HI ๐ jumping in as my teammate needed to step away. Looking at the error that you shared, I'm also getting the impression that there is a setting somewhere that is causing your backend and frontend from fully working together. Sorry, I'm not too familiar with CORS errors and am sure where to suggest you look.
Exactly. This is not even a cors issue. It is an issues between stripe and aws. Some configuration must be done I feel. But not sure what that would be.
I'm not sure I'm following, what errors are you seeing that indicate it's a problem with communicating with Stripe?