#Discussion#Wio Link Server document has released, then?

I seem to have progressed one step further but not complete yet! At least no obvious failures at the lean server end. Three problems with the Android aps:
1) Can not change the Exchange Server Ip address on the Android app - see photo
2) Can not enter email address on the Android app - see photo
3) The photo at github.com/Seeed-Studio/Wio_Lin … -frond-end shows the local lean server with its port number. It is not possible to enter a port number on the Android app. The character “:” is not support in the app. Should the port number be included or does it default to ‘8080’?

I intent to run the the lean server locally so are the requirements for SSL certificates and https servers necessary? Is it ok to use: "CUSTOM_OTA_SERVER_ADDR=‘http://’ " in server_lean.py? I still get the above errors on either configuration ‘http’ or ‘https’. I have also downloaded ‘apache’ and completed 1.1 Get apache ready as the frond-end.