You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting XMLHttpRequest Errror while trying to connect to parse from flutter web app. I did see in the docs for web support it says "Due to Cross-origin resource sharing (CORS) restrictions, this requires adding X-Parse-Installation-Id as an allowed header to parse-server". But I looked everywhere and I don't know where to add this X-Parse_installation-id and how to add it. I couldn't find anything anywhere. Can you please help?
Steps to reproduce
When you try to connect to parse server from flutter web app, you receive this error.
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
I am getting XMLHttpRequest Errror while trying to connect to parse from flutter web app. I did see in the docs for web support it says "Due to Cross-origin resource sharing (CORS) restrictions, this requires adding X-Parse-Installation-Id as an allowed header to parse-server". But I looked everywhere and I don't know where to add this X-Parse_installation-id and how to add it. I couldn't find anything anywhere. Can you please help?
Steps to reproduce
When you try to connect to parse server from flutter web app, you receive this error.
Actual Outcome
╭-- Parse Response
Class: _User
Function: ParseApiRQ.login
Status Code: -1
Type: UnknownError
Exception: XMLHttpRequest error.
Expected Outcome
Successful connection to parse server.
Environment
sdk: ">=2.16.2 <3.0.0"
Parse Flutter SDK
2.10.4
Windows 10
Server
3.1.0
Logs
╭-- Parse Response
Class: _User
Function: ParseApiRQ.login
Status Code: -1
Type: UnknownError
Exception: XMLHttpRequest error.
╰--
The text was updated successfully, but these errors were encountered: