xmtp/example-chat-react

404 when navigating directly to a conversation view in production env

saulmc opened this issue · 1 comments

Expected

When I navigate directly to /dm/{address} via my browser bar, I am taken directly to my conversation with {address}.

Actual

The app behaves as expected in a development environment, but not in prod, where the conversation view displays the next.js 404 page.

CleanShot 2022-06-23 at 20 18 32@2x

Comments

I believe fixing this issue will require switching the deploy strategy from SSG to SSR.

This can be considered a blocker for #65 .