Andreas Tzionis
Andreas Tzionis
@mihir-kanzariya Just pushed a fix https://github.com/LiveDuo/destack/commit/511578388e55389180df3c8826707b74269835c5. To get it update your destack version with `npm i destack@latest`.
> Yes, I am also facing the same issue when I try to use it with NextJS app router. I am working on Ubuntu - Linux machine NextJs app router...
@meet-bhimani Can you create a repo to reproduce the error? It helps to have the exact dependencies that created the problem.
@meet-bhimani As mentioned before it's not a goal right now to support the app router. Yet, if you have a bugfix I'd be happy to review and merge a PR....
> > To get it update your destack version with `npm i destack@latest`. > > Thanks @LiveDuo , resolved first error, Now I am getting > > Module not found:...
ps: quite strange that the Nextjs API route can't find `fs`
> @LiveDuo I'm trying to make it work with the Next.js app router, but I'm having trouble getting it to function correctly. > > Do you plan to support the...
@meet-bhimani thanks for the PR, let's continue the review there
@flosse This makes sense. Right now it seems too early for the project I'd guess. Greg from Leptos made a few good points about memory management that I'd need to...
@meet-bhimani Thanks for the PR! I'd have to preface by saying it's going to be quite a lot of changes to get this PR merge. Before reviewing, the [dev/nextjs-app-router](https://github.com/meet-bhimani/destack/tree/feat/nextjs-app-router-integration/dev/nextjs-app-project) folder...