We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22c651 commit 49b9a12Copy full SHA for 49b9a12
src/init.js
@@ -96,7 +96,7 @@ AV.init = function init(options, ...params) {
96
{},
97
getDefaultServerURLs(appId, region),
98
AV._config.serverURLs,
99
- serverURLs
+ typeof serverURLs === 'string' ? fillServerURLs(serverURLs) : serverURLs,
100
), disableAppRouter);
101
if (realtime) {
102
AV._config.realtime = realtime;
0 commit comments