You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... then these build fails stop happening. (I have noticed in general, that build fails in other cases that were fixed by updating this caching setting)
However, I don't know whether this is the right way to handle this issue as the caching setting on build is not false by default.
next-forge version
I am using version 3.2.16, but I have had this problem since 3.1.8
To Reproduce
Steps to reproduce the behavior:
Build a new next-forge project with the default settings.
Deploy to vercel
Let dependabot invoke new builds (It will line up about 10 of them)
See if it errors out for you
Expected behavior
Buiilds will not fail.
Screenshots
Desktop (please complete the following information):
OS: Linux Mint
Browser: Chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
Dependabot generates pull requests, and then also kicks off a build in vercel. These builds frequently fail with the message:
app:build: Type error: Parameter 'page' implicitly has an 'any' type.
or something quite similar. However, if I set the cache setting to false on the turbo.json file like this:
... then these build fails stop happening. (I have noticed in general, that build fails in other cases that were fixed by updating this caching setting)
However, I don't know whether this is the right way to handle this issue as the caching setting on build is not false by default.
next-forge version
I am using version 3.2.16, but I have had this problem since 3.1.8
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Buiilds will not fail.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: