Skip to content
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

app.UseOcelot().Wait(); One or more errors occurred. #36

Open
vankhanhpr opened this issue Aug 18, 2022 · 1 comment
Open

app.UseOcelot().Wait(); One or more errors occurred. #36

vankhanhpr opened this issue Aug 18, 2022 · 1 comment

Comments

@vankhanhpr
Copy link

thanks for you post and help me for your code:

An error occurred while starting the application.
AggregateException: One or more errors occurred. (Value cannot be null. (Parameter 'input'))
System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)

ArgumentNullException: Value cannot be null. (Parameter 'input')
System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)

AggregateException: One or more errors occurred. (Value cannot be null. (Parameter 'input'))
System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
System.Threading.Tasks.Task.Wait(int millisecondsTimeout, CancellationToken cancellationToken)
System.Threading.Tasks.Task.Wait()
Program.

$(string[] args) in Program.cs
+
app.UseOcelot().Wait();

@anuviswan
Copy link
Owner

Could you please provide details on the project/solution where this error occurred. There was quite a few mini projects in this "LearningPoint" repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants