You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the server URL to connect to Parse Server. The local client cache is not cleared.
111
-
@discussion This can be used to update the server URL after this client has been initialized, without having to destroy this client. An example use case is
112
-
server connection failover, where the clients connects to another URL if the server becomes unreachable at the current URL.
113
-
@warning The new server URL must point to a Parse Server that connects to the same database. Otherwise, issues may arise
114
-
related to locally cached data or delayed methods such as saveEventually.
110
+
Sets the server URL to connect to Parse Server.
111
+
@discussion This can be used to update the server URL after the client was initialized. An example use case is server
112
+
connection failover, where the client connects to another URL if the server becomes unreachable at the current URL. The
113
+
client will be re-initialized maintaining the same configuration. Any pending requests will still be made against the previous
114
+
server URL that was set at the time the request was queued.
115
+
@warning The new server URL must point to a Parse Server that connects to the same database. Otherwise, issues may
116
+
arise related to locally cached data or delayed methods such as saveEventually.
0 commit comments