amartya-dev / flutter-bloc

A compilation of flutter block state management tutorials
62 stars 48 forks source link

XMLHttpRequest error in bloc_login #8

Open sambaPython24 opened 2 years ago

sambaPython24 commented 2 years ago

Hey, when I try use the login in bloc_login, the error

XMLHttpRequest error

appears as a Alert within the flutter app. I let my flutter app run as a web app and the calls to the Django - restframework work very well when initiated from another python script (using requests). How can I debug this error?