-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Endpoint routing failures are cached #43693
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
Comments
Hey @davidfowl where does the exception come from in this case; is it the UTF8 string? |
System.InvalidProgramException: Common Language Runtime detected an invalid program. |
@halter73 can you take a look at this one? It’s from the composite data source changes |
Yeah. I'll definitely look into this tomorrow. |
Is there an existing issue for this?
Describe the bug
When an EndpointDataSources throws an exception while building endpoints the exception is observed once on the first request and subsequent requests end up 404-ing.
Expected Behavior
The exception should be thrown every time.
Steps To Reproduce
Exceptions (if any)
An exception and then a 404 on the second request.
.NET Version
7.0.100-rc.2.22426.5
Anything else?
No response
The text was updated successfully, but these errors were encountered: