Line 91:
Line 91:
This happen when you entered a HTTP URL as the URL to connect to your Dolibarr when your instance is setup to redirect HTTP to HTTPS. Logout on DoliDroid and retry to connect using the URL starting with https: instead of URL starting with http:
This happen when you entered a HTTP URL as the URL to connect to your Dolibarr when your instance is setup to redirect HTTP to HTTPS. Logout on DoliDroid and retry to connect using the URL starting with https: instead of URL starting with http:
For example, use:
For example, use:
−
https://mydomain.com/mydolibarrhomepath/
+
<code>https://mydomain.com/mydolibarrhomepath/</code>
Do not use:
Do not use:
−
http://mydomain.com/mydolibarrhomepath/
+
<code>http://mydomain.com/mydolibarrhomepath/
−
mydomain.com/mydolibarrhomepath/
+
mydomain.com/mydolibarrhomepath/</code>