-
Type:
Task
-
Resolution: Fixed
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Sync
-
None
-
1 - XS (<= 1 day)
-
7621
-
Not Needed
When setting the base URL value, it is a common mistake to include the trailing forward slash ('/') in the URL, which will cause the client to fail to communicate with the server. Strip the trailing '/' from the base URL string provided to AppConfig::base_url or to App::update_base_url().
In addition, ensure the base URL string value provided by App::get_base_url(() does not include a trailing forward slash ('/').