-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[v2] - Error: ENOENT: no such file or directory, open '//data.trie' #1058
Comments
same problem here, it was working with beta.14. Any idea or how is it going in general with mobile support @diegomura ? |
@tafelito @Mario8419 are you using next.js? If yes, what kind of build target did you use in your next.config.js? |
sry, I'm on gatsby. solved the enoent problem with proper state handling...the problem occurs if you do have to much rerenderings. ;) |
@Mario8419 thx for the info |
I found a workaround for next.js serverless apps. |
Hey @diegomura, |
This is fixed in the last versions. Thanks! |
Describe the bug
I think updating to the new version of
textkit
in this commit 3a5bb34 breaks the build using webpackI've been using the v2.beta in a
nextjs
app and everything was working fine until beta.14. As soon as I updated to beta.17 I started to get this error. I googled it and it seems that a few people had that issue and webpack with pdfkit, so I assumend it had to do with the update oftextkit
to v0.4Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: