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
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Fail to save new patient data in localhost and also in https://staging.hospitalrun.io/patients/new -> Create New Patient -> Save, only when opened using Firefox (normal in Chrome)
error: true
message: "unknown"
name: "indexed_db_went_bad"
reason: "A mutation operation was attempted on a database that did not allow mutations."
stack: ""
status: 500
Expected behavior
This issue is not happening in Chrome, I could add -> save new patient data normally
Environment
node version: 14.4.0
os: Mac
browser: Firefox
The text was updated successfully, but these errors were encountered:
jackcmeyer
added
help wanted
indicates that an issue is open for contributions
🐛bug
issue/pull request that documents/fixes a bug
LOE - unkown
indicates that the level of effort to complete issue is unknown (likely more research is needed)
labels
Sep 11, 2020
Looks like this issue happens only in Firefox private mode as it blocks offline storage for all sites in the permissions manager which disables IndexedDB
Looks like this issue happens only in Firefox private mode as it blocks offline storage for all sites in the permissions manager which disables IndexedDB
@blestab I can confirm that the problem only exists in private mode on Firefox, but works as expected in regular one. I'm using Firefox 86 with Windows 10
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug Report
Fail to save new patient data in localhost and also in https://staging.hospitalrun.io/patients/new -> Create New Patient -> Save, only when opened using Firefox (normal in Chrome)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This issue is not happening in Chrome, I could add -> save new patient data normally
Environment
The text was updated successfully, but these errors were encountered: