On my react-redux-aspnetcore spa I have server side rendering enabled. However, I am using good old cookie based authentication. So I don't have server-side access to the API where authentication is necessary.On my react-redux-aspnetcore spa I have server