Jeff Ngotho
Jeff Ngotho
I came across this when trying to fork [dapp-offer-up](https://github.com/Agoric/dapp-offer-up). I went around it by [disabling server side rendering](https://github.com/gacogo/dapp-offer-up/blob/gacogo/dapp-offer-up-next/next-ui/src/app/%5B%5B...slug%5D%5D/client.tsx#L5). demo: https://dapp-offer-up-next-ui.vercel.app/
Hey @samsiegart . I've created a [pull request](https://github.com/agoric-labs/hardened-create-cosmos-app/pull/2)] intended to fix some of these bugs, using a slightly modified `installSesLockdown.ts`. I hope you find it helpful. Issues that still persist...
@tgrecojs Am not disabling ssr with this solution. I also tried dynamic imports with `{ssr: true}` and it worked.