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
Installing two PWAs from the same Tangerine instance in the same browser causes data upload issues. The data from the second group will end up in the database on the server for the first group. This issue is in the documentation, but it is difficult for system administrators to enforce on users.
Ideas:
Have a warning message on the PWA "Release offline app" on the server
On the tablet, detect an already installed PWA (if possible) and either prevent the install or provide a warning to the user
Figure out a way to allow two installs in the same browser. This might be achievable using the "packageName" attribute in the appConfig file (org.rti.tangerine.group1). We should also start automatically setting the packageName when a group is created.
This may also be addressed by updating how the database in the browser storage is used.
The text was updated successfully, but these errors were encountered:
Installing two PWAs from the same Tangerine instance in the same browser causes data upload issues. The data from the second group will end up in the database on the server for the first group. This issue is in the documentation, but it is difficult for system administrators to enforce on users.
Ideas:
The text was updated successfully, but these errors were encountered: