CORS Issue - React form / API Gateway / Lambda function / nodejs - Execution failed due to configuration error

0

HI There,

My question is about CORS issue when I'm trying to connect a React form to lambda function through api gateway. The backend is setup using Terraform scripts.

The API endpoints respond fine when testing with Postman however it throws the below error when hitting the api endpoints from React form -


HTTP Method: OPTIONS, Resource Path: /register

Execution failed due to configuration error: No match for output mapping and no default output mapping configured. Endpoint Response Status Code: 200

Method completed with status: 500

I've spent tens of hours trying to fix this using various guidance from the web however to no avail. Therefore has anyone faced this issue before and how did this get resolved.

1回答
0

Hi,

It's not a CORS issue, it's API Gateway misconfiguration. Please take a look here (and the following examples) https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-method-settings-execution-console.html how to configure output mappings.

profile picture
エキスパート
回答済み 7ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ