iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
(node:19016) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:19016) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
An error occurred ne {
headers: t {
headers: Map(15) {
'alt-svc' => [Array],
'cache-control' => [Array],
'cf-cache-status' => [Array],
'cf-ray' => [Array],
'connection' => [Array],
'content-length' => [Array],
'content-type' => [Array],
'date' => [Array],
'expires' => [Array],
'nel' => [Array],
'pragma' => [Array],
'report-to' => [Array],
'server' => [Array],
'x-aspnet-version' => [Array],
'x-powered-by' => [Array]
},
normalizedNames: Map(15) {
'alt-svc' => 'alt-svc',
'cache-control' => 'cache-control',
'cf-cache-status' => 'cf-cache-status',
'cf-ray' => 'cf-ray',
'connection' => 'connection',
'content-length' => 'content-length',
'content-type' => 'content-type',
'date' => 'date',
'expires' => 'expires',
'nel' => 'nel',
'pragma' => 'pragma',
'report-to' => 'report-to',
'server' => 'server',
'x-aspnet-version' => 'x-aspnet-version',
'x-powered-by' => 'x-powered-by'
},
lazyInit: undefined,
lazyUpdate: null
},
status: 500,
statusText: 'Internal Server Error',
url: 'https://api.event.no/api/Route?url=/adminphp.php%27',
ok: false,
type: undefined,
redirected: false,
name: 'HttpErrorResponse',
message: 'Http failure response for https://api.event.no/api/Route?url=/adminphp.php%27: 500 Internal Server Error',
error: {
Message: 'An error has occurred.',
ExceptionMessage: "Incorrect syntax near 'adminphp'.\r\n" +
"Unclosed quotation mark after the character string 'adminphp.php''.\r\n" +
"Incorrect syntax near 'adminphp.php''.",
ExceptionType: 'System.Data.SqlClient.SqlException',
StackTrace: ' at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)\r\n' +
' at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)\r\n' +
' at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)\r\n' +
' at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()\r\n' +
' at System.Data.SqlClient.SqlDataReader.get_MetaData()\r\n' +
' at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)\r\n' +
' at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)\r\n' +
' at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)\r\n' +
' at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)\r\n' +
' at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)\r\n' +
' at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior)\r\n' +
' at Dapper.SqlMapper.<QueryImpl>d__140`1.MoveNext()\r\n' +
' at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)\r\n' +
' at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)\r\n' +
' at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType)\r\n' +
' at EventApi.Controllers.RouteController.<>c__DisplayClass0_0.<Index>b__0(IDbConnection connection, IDbTransaction transaction) in C:\\Projekt\\EventApi\\Controllers\\RouteController.cs:line 26\r\n' +
' at EventApi.Infrastructure.DbConnectionManager.Transactional[T](Func`3 execute, IsolationLevel isolationLevel) in C:\\Projekt\\EventApi\\Infrastructure\\DbConnectionManager.cs:line 38\r\n' +
' at EventApi.Controllers.RouteController.Index(String url) in C:\\Projekt\\EventApi\\Controllers\\RouteController.cs:line 25\r\n' +
' at lambda_method(Closure , Object , Object[] )\r\n' +
' at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n' +
' at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n' +
'--- End of stack trace from previous location where exception was thrown ---\r\n' +
' at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
' at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
' at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n' +
'--- End of stack trace from previous location where exception was thrown ---\r\n' +
' at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
' at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
' at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n' +
'--- End of stack trace from previous location where exception was thrown ---\r\n' +
' at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
' at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
' at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()'
}
}
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
ERROR _ [Error]: NG04002: 'pwd'
at Xr.noMatchError (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:65741)
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-W6WXPERQ.mjs:3:66479
at file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:17841
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:5478)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823)
at Ki.error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2583)
at Ki._error (file:///C:/@Websites/Event.WEB/26/event.web/server/chunk-2USXB2K7.mjs:4:2823) {
code: 4002
}
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\robots.txt'
Error: ENOENT: no such file or directory, stat 'C:\@Websites\StaticResources\Event.API\sitemap.xml'