Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to handle? WARN RPCManager - client/server version mismatch.

    PROBLEM

    I update the software on the server, and most times the user's browsers have cached an earlier version.

    Here's what I see in the server logs:
    Code:
    === 2015-03-02 15:20:16,073 [0-10] WARN  RPCManager - client/server version mismatch.  Client is version: SNAPSHOT_v10.1d_2015-02-06, server is version: SNAPSHOT_v10.1d_2015-03-01 - mixing different client/server versions is generally not supported.  If you've installed a more recent client version, try clearing the browser cache and reloading the page.
    How do I detect this and warn the users?

    OR

    How do I force the browser to clear the cache and reload?

    #2
    Hi michaeljseo,

    this is more of a webserver topic than a SmartGWT topic. My solution looks like this.

    Best regards,
    Blama

    Comment

    Working...
    X