27
Server-rendered route fails with an error about an undefined server export — only in the deployed build, not in development
A route that renders on the server fails in the deployed build with an error naming an undefined property on a React server export, and the page returns a server error. Everything works in local development. The route…