-
Notifications
You must be signed in to change notification settings - Fork 540
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
Error on first execution of 9.1 #7587
Comments
We might have a timing issue here. In typical Aspire app startup sequence Executables are created shortly after Services and the caches used by the internal (controller) client might need a bit of time to catch up. A couple of short-time retries should eliminate this failure mode. |
@karolz-ms do we need those retries in 9.1? |
Is it possible that this is a timing issue where a previous instance of DCP was running (old 9.0 version) but the AppModel is trying to use annotations which are only in 9.1? |
@danmoseley I do not think so, this should be rare @mitchdenny I do not think so either. I mean the |
@danmoseley. Going to move this to 9.2 |
Trying out 9.1 preview and hit the following error on my first execution. I have only seen it the first time and haven't been able to reproduce since, so this may not be actionable.
And then added the following into the AppHost
On start up, the app failed with the following errors.
Versions:
The text was updated successfully, but these errors were encountered: