frappe / mobile

Mobile App for Frappe built on Flutter
MIT License
229 stars 222 forks source link

Only work with https protocol #97

Closed j209 closed 2 years ago

j209 commented 3 years ago

Hi Why frappe mobile don't support http and only work with https?

sumitbhanushali commented 3 years ago

support for http is on the roadmap

saru2020 commented 3 years ago

How do I make it work with a localhost frappe app?

sumitbhanushali commented 3 years ago

@saru2020 you can comment out line 56,57,58 of setBaseUrl function residing in http.dart file and use ngrok to start server https://frappeframework.com/docs/user/en/bench/frappe-commands#site-commands

j209 commented 2 years ago

frappe mobile project is depricated