-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/401 from the backend during ssr will crash the node server #357
Bug/401 from the backend during ssr will crash the node server #357
Conversation
ede88cb
to
fd4490b
Compare
fd4490b
to
959f1b1
Compare
c153e70
to
05cf3f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, man is this complicated.
@hahn-kev the more complicated a PR is the less change-requests you get so... |
05cf3f6
to
4c3d407
Compare
4c3d407
to
fde27f1
Compare
For the record, the last commit got a bit overloaded, it also contains a few error tracing additions and changes. For one, I started trying to log trace IDs in server-code, in the hope that it's easier to debug error logs. |
Resolves #352.
The first 2 commits are the functional changes and are small.
The 3rd commit is big, but only tests.
It was a bit messy deciding exactly what cases I should test. But, all the interesting things are covered I think...and some more.