Base URL config
Closed this issue · 3 comments
MatejBordac commented
Configuration of base URL requires not having "/" at the end. E.g.:
https://api.exponea.com <- works
https://api.exponea.com/ <- doesn't work
My assumption is, that simple string concatenation is done (as in BASE_URL + API_PATH), instead of proper URL path joining.
wassil commented
Makes sense, added to our backlog.
Thank you!
michaela-dev commented
Hi @MatejBordac, this should be already fixed in 2.11.0 release.
MatejBordac commented
Already fixed