-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
gatsby v2.20.16 causes warn Error persisting state: EXDEV: cross-device link not permitted, rename
#22999
Comments
Same issue here ✋ |
Tinkering with it right now - it seems that reverting change introduced here: |
OK, In order not to revert the #22959 fix (and have the cache directory in the system There (in the Reference: move-sync.js. Testing the change locally. |
Oh hm, I'll look into it and the PR that was opened. Thanks for reporting it :) |
* Add docker files * Bump gatsby to 2.20.18 due to [this issue](gatsbyjs/gatsby#22999).
Description
After update to gatsby
v2.20.16
while running development environment(and also when building production code) a following warnings are printed
to the console:
This is probably caused by recently introduced fix to #22959.
Steps to reproduce
Check-out
gatsby-starter-hello-world
, update gatsby to version2.20.16
and run project:Expected result
Regular gatsby messages ended with success and dev server listening:
Actual result
New lines with this warning are showing up approx. every second. System
/tmp
folder is populated with directories likereduxcachew9mMGw
,reduxcachewafKs4
reduxcacheyUMf1i
...Environment
Info:
Kernel:
System tmp directory:
System partition (with
home
directory):Gatsby version:
The text was updated successfully, but these errors were encountered: