/api/queries CORS error while working on localhost #7182
Unanswered
andresMRoblesistemas
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Which version of Redash are you using, and what process did you use to set it up? 😄 Asking because for local development purposes (ie to do Redash development) there are guides here which are known to work: https://github.com/getredash/redash/wiki For a standalone system that you're preparing in a production like way (even just testing in a VM), then the setup.sh script here should be good too: https://github.com/getredash/setup/ |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im working in localhost to test redash.
When I try it in Postman it works. The queries are created on the instance of redash
I'm creating a redash query and then when I want to send it to /api/queries I use the following method (Dart code)
But I get the error in the image above. How do I fix that?
Beta Was this translation helpful? Give feedback.
All reactions