Я пытаюсь развернуть шаблон ".net core" SDK ядра .net на AWS Elastic Beanstalk.
Я вручную установил nodejs на сервере, но в любом случае у меня есть ошибка:
An unhandled exception occurred while processing the request.
AggregateException: One or more errors occurred. (One or more errors occurred. (The NPM script 'start' exited without indicating that the create-react-app server was listening for requests. The error output was: ))
System.Threading.Tasks.Task<TResult>.GetResultCore(bool waitCompletionNotification)
InvalidOperationException: The NPM script 'start' exited without indicating that the create-react-app server was listening for requests. The error output was:
Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer.ReactDevelopmentServerMiddleware.StartCreateReactAppServerAsync(string sourcePath, string npmScriptName, ILogger logger)
EC2 - это окна..net core 2.1 Отлично работает на локальной машине.
Я опубликовал приложение на основе этого урока:
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/dotnet-core-tutorial.html#dotnet-core-tutorial-update
(я все сделал)
Какие-либо предложения?