Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro 500 no Postman

Estou tendo problemas na requisição mesmo fazendo alterações no Startup conforme o professor fez.

Insira aqui a descrição dessa imagem para ajudar na acessibilidade O que aparece de erro no postman que a camera do celular n consegue pegar é:

System.NullReferenceException: Object reference not set to an instance of an object. at UsuariosApi.Controllers.CadastroController.CadastraUsuario(CreateUsuarioDto createDto) in C:\Users\User\OneDrive\UsuariosApi\UsuariosApi\Controllers\CadastroController.cs:line 17 at lambda_method1(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)

HEADERS

Connection: keep-alive Content-Type: application/json Accept: / Accept-Encoding: gzip, deflate, br Host: localhost:6001 Referer: http://localhost:6000/cadastro User-Agent: PostmanRuntime/7.29.2 Content-Length: 138 Postman-Token: 1fb747b9-2e78-4f4a-bd47-78481e49f91d

1 resposta
solução!

Já Resolvi, acabei esquecendo de criar um construtor no cadastrocontroller kkkkkk.