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
-
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