You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
problem
right now prerendering is working in my universal app. I start the server like this
but now my site does not have a configurable server. Id like to host an api and the static prerendered paths with an an express server.
tried
to added this middleware to
server.ts
that works but unlike
http-server
there is a flicker; maybe something wrong with thetransferState
?was expecting
the express app to serve prerendered routes (
node dist/server
) exactly the same ashttp-server
(cd dist/browser && http-server
)The text was updated successfully, but these errors were encountered: