Replies: 1 comment 1 reply
-
Try moving these lines into the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that
WebApplicationBuilder.Build
does a lot of work, unfortunately, there is almost no logging. It's like a huge black box.We encountered several times the issue that
Build
method failed but returned no exception.I have no doubt it's an issue in our code, I just have no idea how to track it down. Any ideas, on how to investigate the
WebApplicationBuilder.Build
method?The detailed description of the issue:
Right now we have this issue in our docker image in which it just exits the process with error code 1. No message is logged.
I added the following code, thinking the last error was not logged or something similar.
But still, I can see only:
Beta Was this translation helpful? Give feedback.
All reactions