404 when navigating directly to a conversation view in production env
saulmc opened this issue · 1 comments
saulmc commented
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.
Comments
I believe fixing this issue will require switching the deploy strategy from SSG to SSR.