RestBus icon indicating copy to clipboard operation
RestBus copied to clipboard

CreatedAtRoute returns internal server error

Open ttarney opened this issue 8 years ago • 1 comments

Returning

Created("http://localhost/test", logRequest.MasterLoggingId); successfully returns a 201 with the correct body.

However, return CreatedAtRoute<Guid>("DefaultApi", new { id = logRequest.MasterLoggingId }, logRequest.MasterLoggingId );

causes an Internal server error. any combination of CreatedAtRoute does not seem to work.

Thanks

ttarney avatar Jan 04 '17 17:01 ttarney

This issue is still open after a year, and apparently ignored. Any reason?

theREALdebater avatar Jan 27 '18 14:01 theREALdebater