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
the current configuration of server/index.js doesn't handle redirection in the correct way.
For example, if you try to add <Redirect from="/favourite-playlist" to="/playlists/pl-funk" /> among the available routes the client side will render the redirect properly, whereas the server side will not react to the redirect showing an empty page.
If you debug the code, renderToNodeStream(appWithRouter) at line 57 isn't rendering anything.
My guess is that this lines are in the wrong place:
Hi,
the current configuration of
server/index.js
doesn't handle redirection in the correct way.For example, if you try to add
<Redirect from="/favourite-playlist" to="/playlists/pl-funk" />
among the available routes the client side will render the redirect properly, whereas the server side will not react to the redirect showing an empty page.If you debug the code,
renderToNodeStream(appWithRouter)
at line 57 isn't rendering anything.My guess is that this lines are in the wrong place:
The text was updated successfully, but these errors were encountered: