khuezy
khuezy
Try duplicating `default.tsx` and rename duplicated file to `page.tsx` for each `@modal` folder. That should clear the modal when you go back to the root of each intercepted folder.
This is fixed in 0.9.0 `file::memory:?cache=shared`
@winghouchan Hi, my comment wasn't clear, the OP was in June so the diff was on an older version: https://github.com/tursodatabase/libsql-client-ts/compare/v0.7.0...v0.9.0 I'm not sure of the issue you're having, perhaps messaging...
Yea it's more of a workaround. Was probably fixed around `0.8`, my original comment was meant to say "upgrade to the latest 0.9.0 where the workaround was introduced after `0.7.0`"....
You should upgrade to the latest 14, there are some breaking changes from 12 => 13, but it should be pretty minor.
I'll reiterate what I said in the other issue: don't upgrade to Next 16 yet - it's pretty buggy. I'd wait for 16.1 or something.
Thanks for your time investigating! If this isn't supported, then I can just move the dynamic route down a subpath.
> Which of the E2E? `appRouter` / `appPagesRouter` or `pagesRouter`? At least the `appRouter`.
@sommeeeer maybe we should hold off until next-auth 5 is more stable? I'm not sure what the situation is w/ v5.
@MichaelSitter thanks for digging into that. I've also notice the different module importing issue causing singletons not to work, now I know why. Is this intended or a bug/bad design?...