Seung Ju

Results 3 comments of Seung Ju

I had the same problem Finally, I found a solution. PageProps required by Nextjs is params?: TParams, searchParams?: TSearchParams in my way params: TPrams, seachPramas: TSearchParams An error was occurring...

> > I'm no longer able to reproduce the issue (using https://github.com/didomenicom/next-13-build-error), I think it was fixed already in latest canary. > > @shuding the problem remains even if we...

In my case, I'm running a CI/CD pipeline in Jenkins, and the container intermittently crashes (about 90% of the time) before Kaniko takes a snapshot, causing issues where files can't...