Dependent on #1084
Add some means of validating whether or not the frontend and backend versions are mismatched and let the users know to restart their apps or bad and/or unpredictable things could happen
This could potentially be done with "frontend hash vs expected hash" endpoint, this could be done by embedding the version number somewhere in the frontend and matching against the calls to GET /api, either way find a way to do it and then surface the mismatch to a user.
Dependent on #1084
Add some means of validating whether or not the frontend and backend versions are mismatched and let the users know to restart their apps or bad and/or unpredictable things could happen
This could potentially be done with "frontend hash vs expected hash" endpoint, this could be done by embedding the version number somewhere in the frontend and matching against the calls to GET /api, either way find a way to do it and then surface the mismatch to a user.