Looking for Assistance with => Error: Fallback mode unable to write file changes - #40
Unanswered
jthiesse-mayoclinic
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hey @jthiesse-mayoclinic! the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First - @jlongster great job! Absurd fits right into a gap and should solve a tricky performance issue for us.
The following, "Error: Fallback mode unable to write file changes", is seen when doing a read or write operation against the database.
Worth noting, the Indexed DB is named 'undefined' rather than the database name specified.
When I clone this repo and run the examples, everything works as expected.
When I copy the https://github.com/jlongster/absurd-example-project/blob/master/src/index.worker.js into my project I get the error.
I am assuming it has to do with the following:
I am currently using create-react-app and using workerize-loader for worker related processing (which has been a success up to this point).
Is anyone aware of how or why using workerize-loader would cause the above error? Or even if workerize is the likely issue, would there be other defaults in create-react-app which may cause issues?
Thank you in advance for the time and help.
Edit: Here is a repo to see the behavior
https://github.com/jthiesse-mayoclinic/absurd-worker
Beta Was this translation helpful? Give feedback.
All reactions