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

chore: CORS issue when calling the API from Flutter web devices #100

Closed
LuchoTurtle opened this issue Jul 18, 2023 · 0 comments · Fixed by #101
Closed

chore: CORS issue when calling the API from Flutter web devices #100

LuchoTurtle opened this issue Jul 18, 2023 · 0 comments · Fixed by #101
Assignees
Labels
BLOCKED :fire: Core team's HIGHEST priority, blocking critical work bug Suspected or confirmed bug (defect) in the code chore a tedious but necessary task often paying technical debt priority-1 Highest priority issue. This is costing us money every minute that passes.

Comments

@LuchoTurtle
Copy link
Member

as noted in dwyl/flutter-image-upload-demo#3, the API blocks requests from Flutter Web Apps because of CORS.

Adding cors_plug should fix this problem.

@LuchoTurtle LuchoTurtle added bug Suspected or confirmed bug (defect) in the code chore a tedious but necessary task often paying technical debt BLOCKED :fire: Core team's HIGHEST priority, blocking critical work labels Jul 18, 2023
@LuchoTurtle LuchoTurtle self-assigned this Jul 18, 2023
@LuchoTurtle LuchoTurtle added the priority-1 Highest priority issue. This is costing us money every minute that passes. label Jul 18, 2023
LuchoTurtle added a commit that referenced this issue Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLOCKED :fire: Core team's HIGHEST priority, blocking critical work bug Suspected or confirmed bug (defect) in the code chore a tedious but necessary task often paying technical debt priority-1 Highest priority issue. This is costing us money every minute that passes.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant