Skip to content
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

[REF-3583] The app doesn't respect CORS #3819

Open
picklelo opened this issue Aug 21, 2024 Discussed in #3813 · 0 comments
Open

[REF-3583] The app doesn't respect CORS #3819

picklelo opened this issue Aug 21, 2024 Discussed in #3813 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@picklelo
Copy link
Contributor

picklelo commented Aug 21, 2024

Discussed in https://github.com/orgs/reflex-dev/discussions/3813

Originally posted by dcn0907 August 20, 2024
The api_url and the cors configuration is not been takken by the app, I'm deploying the frontend in vercel and the backend in render, when I try to run the app changing the url it doesn't break. It's steel working even in the local host.
import reflex as rx

config = rx.Config(
app_name="link_bio",
cors_allowed_origins=[
"https://grone-web-bice.vercel.app/"
]
)

REF-3583

@picklelo picklelo changed the title The app doesn't respect CORS [REF-3583] The app doesn't respect CORS Aug 21, 2024
@Alek99 Alek99 added the bug Something isn't working label Aug 21, 2024
@picklelo picklelo modified the milestones: v.59, v.60 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants