Krivoshchekov Artem

Results 3 issues of Krivoshchekov Artem

**Describe the bug** Environment: Project for next-js with "typescript": "^4.9.4", template for client axios When I'm trying to call any request, I receive error on line 54 of CancelablePromise.ts file:...

Hi, community :) I have an api endpoint, which receives [FromForm] parameter: ``` [Authorize] [HttpPost] [ProducesResponseType(StatusCodes.Status200OK, Type = typeof(UpdateCanvasResponse))] public async Task UpdateCanvas([FromForm] UpdateCanvasCommand command) {... ``` UpdateCanvasCommand has all...