Enable CORS for Flutter Web App and host on Github

Job ID: 33919248

Budget: ₹600 – ₹1,500 INR

We are currently enhancing an open source flutter application that would help field salespersons book orders through an app on the field. We want to deploy the app on web and android. Below is the GitHub link for the app:

https://github.com/Ambibuzz/ebuzz

The app uses ERPNext as a backend.

Currently, the Flutter web app is deployed on a Github but during login authentication, we face CORS errors as it is on a different domain from where ERPNext is hosted. Also, the web app is unable to read set-cookie even after successful login.

Tasks:
1. Enable localhost and GitHub site to receive set-cookie
2. Provide tutorial on how to host app on subdomain with no errors so that we are able to replicate at time of production.