-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EEXIST: file already exists | @ngx-cache #631
Comments
has anybody figured out how to fix/workaround this? |
I am facing the same issue, any ideas what is happening?
|
Hi, same problem here, some hint to resolve ?
|
there is bug in XpFsStorageService use workaround can by done by own implementation of storageService and than use in app.server.module.ts
|
I still have this error
Event with your |
I'm submitting a ... (check one with "x")
Current behavior
When running in production SSR mode, ngx-cache fails on second load. It looks like it tries to create the .cache folder twice, and fails:
Expected/desired behavior
The expectation is that the cache services should check to see if the folder exists before trying to recreate it. This error breaks everything and shows in the browser.
Minimal reproduction of the problem with instructions
npm run start:ssr:prod
to start on localhost:4000The text was updated successfully, but these errors were encountered: