We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to use the NiceHash API from a web app, specifically Flutter Web. From an Android device works fine.
The error message I get isn't very helpful ("XMLHttpRequest error"), but almost every GitHub issue or Stack Overflow post I could find says that the server side needs to enable CORS support: https://stackoverflow.com/a/60891897/9915119 flutter/flutter#57421 (comment) https://stackoverflow.com/a/71369372/9915119 https://enable-cors.org/server.html
Seems like this would need to get fixed from your end but also doesn't seem that hard to change.
The text was updated successfully, but these errors were encountered:
Hi....
Sorry, something went wrong.
Hi..
No branches or pull requests
I am unable to use the NiceHash API from a web app, specifically Flutter Web. From an Android device works fine.
The error message I get isn't very helpful ("XMLHttpRequest error"), but almost every GitHub issue or Stack Overflow post I could find says that the server side needs to enable CORS support:
https://stackoverflow.com/a/60891897/9915119
flutter/flutter#57421 (comment)
https://stackoverflow.com/a/71369372/9915119
https://enable-cors.org/server.html
Seems like this would need to get fixed from your end but also doesn't seem that hard to change.
The text was updated successfully, but these errors were encountered: