You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i am almost done with the course, i noticed that the clients-api doesn't work after the CI/CD chapter
fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
An unhandled exception has occurred while executing the request.
System.MissingMethodException: Method n^Cs.ExceptionHandlerMiddleware[1]
An unhandled exception has occurred while executing the request.
System.MissingMethodException: Method not found: 'Void Amazon.XRay.Recorder.Core.AWSXRayRecorderImpl.BeginSubsegment(System.String)'.
at Amazon.XRay.Recorder.Handlers.AspNetCore.Internal.AWSXRayMiddleware.ProcessHTTPRequest(HttpContext context)
at Amazon.XRay.Recorder.Handlers.AspNetCore.Internal.AWSXRayMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[3]
An exception was thrown attempting to execute the error handler.
Next with the resources api when deleting a resource example:
Deleting a resource tries to use localhost
Are there any relevant code updates that have not been pushed that might be causing this? I am happy to provide more logs if needed or spend time to debug and fix the issues :) My main focus of the course was to get a refresher on the core concepts but happy to help in anyway possible
Thank you for the awesome course
The text was updated successfully, but these errors were encountered:
As i am almost done with the course, i noticed that the clients-api doesn't work after the CI/CD chapter
logs from the clients api pod
Examining the page i see there is an 500 error
Going to the https://api.dev.${domain}/clients-api end point returns the following
Next with the resources api when deleting a resource example:
Deleting a resource tries to use
localhost
Are there any relevant code updates that have not been pushed that might be causing this? I am happy to provide more logs if needed or spend time to debug and fix the issues :) My main focus of the course was to get a refresher on the core concepts but happy to help in anyway possible
Thank you for the awesome course
The text was updated successfully, but these errors were encountered: