Skip to content

Error logs from multiple apps after CI/CD chapter #32

@shabbskagalwala

Description

@shabbskagalwala

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.

logs from the clients api pod

Examining the page i see there is an 500 error
image

Going to the https://api.dev.${domain}/clients-api end point returns the following
image

Next with the resources api when deleting a resource example:
Deleting a resource tries to use localhost
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions