-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.0 & 1.2.0 Cors Error #5344
Comments
I think the My guess is react query related. Are you correctly configured in your App.tsx file? E.g. |
Could you confirm whether or not you're seeing similar behavior for this site (deployed on Flightcontrol)? It's still unclear to me which hosting provider you're using. Also, to confirm, you have a Next client that is working but the Redwood Web client is not, correct? Lastly, I had the same issue with |
So we are self hosting with pm2 baremetal. has @cannikin ran into this problem. Yeah am seeing similar behaviour on that cloudfront website Just to confirm, updated from 1.0.0 to 1.1.0 or 1.2.0 no other changes and we now get CORS problems. Self hosted on PM2 with nginx. And this is my browser i believe in the test i did yes it was working on my next site. that makes it even more confusing! nginx config
|
Bah, ignore the original comment I had here, I just realized your screenshot above is from trying the sample Flightcontrol URL! Can you try changing your
|
Hi All, |
Hello @cannikin, in the test Flightcontrol app, we have it as a single value, but still not working: |
Hey both! Thanks for reporting this - I suspect this is a change downstream in one of the yoga dependencies. I’ll take a look tomorrow and post some tips on where to look as well if I can’t see an obvious solution. |
After upgrading from 1.0.0 to 1.1.0 or 1.2.0 it causes our webside now have cors problems.
Before this we did not have any cors problems
This could be a my problem? as our next.js website works and passes cors, its just our redwood dashboard using react-query provider does not. maybe i got the mode wrong or something.
I just found it weird it worked on 1.0.0 but since not.
The text was updated successfully, but these errors were encountered: