-
Notifications
You must be signed in to change notification settings - Fork 94
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
fix: nextjs incrementalCache usage fixed #79
fix: nextjs incrementalCache usage fixed #79
Conversation
hi @thomvaill , do you have any comment for this pr? |
Is there a workaround to use this fix from this branch until the PR is merged and a new version is published? I am able clone and build but then I do not know how I should install my local build to use it |
@zenwork you can use patch-package |
If you are going to use patch-package please note that I got it working by using log4brains as a dev dependency rather than as a global dep. it also means that i had to wrap calls to log4brains into package.json scripts. But the good news is everything is working... even the github action to deploy to pages. |
@florian-hehlen How did you get it to work? I installed it localy as well and started via npm scripts but I get the same error. patching via patch-package didn't work either for me.. |
@mathiasmaerker , I did the following:
from here on in I need to use also make sure to uninstall your global installation |
@zenwork thanks for your help but unfortunately I tried that with no success Just to be clear:
then I execute but the result always is the same: so what am I doing wrong? Thanks in advance |
it should be try that |
@zenwork I tried that to, but because @log4brains is not part of the package.json you get the error |
I don't know why you would have this issue. I did not have any trouble |
@zenwork Well, no clue either :( but thanks a lot for your help and effort 🥇 |
@thomvaill , hopefully you are feeling better and work is lightening up a bit. Any chance you will you be able to merge this PR soon? Thanks for the work here -- really like this project a lot. |
Hey thank you so much @indatawetrust, you rock! Again sorry for the delay... It's a bit difficult for me to find some time to work on the project, but hopefully your comments and contributions are really motivating, thank you for this! |
Apparently there is an issue when upgrading from |
hi, with nextjs 10.2 version, the method of applying the incretalCache method has changed. current usage fixed
vercel/next.js#22384 (comment)