Urgent Issue with API Mesh Configuration - Request for Immediate Assistance
Hello Team,
I am currently facing an urgent issue where the API mesh configuration, which was previously working perfectly, has suddenly stopped functioning. The following error is being thrown when I try to create the mesh:
Error: Unable to create a mesh. Check the mesh configuration file and try again. If the error persists please contact support. RequestId: 53ca100e-0eac-4755-bcfb-9866c1606efd
Configuration Details:
Here is the configuration I am using:
{
"meshConfig": {
"sources": [
{
"name": "Commerce",
"handler": {
"graphql": {
"endpoint": "https://dummy.test.com/graphql",
"operationHeaders": {
"Authorization": "{context.headers.authorization}",
"app-pincode": "{context.headers.app-pincode}",
"store": "{context.headers.store}"
}
}
}
}
],
"responseConfig": {
"CORS": {
"maxAge": 60480,
"methods": [
"GET",
"POST",
"PUT",
"HEAD",
"OPTIONS"
],
"origin": [
"https://dummy.test.com",
"https://dummy.test.com"
]
}
}
}
}What I Have Already Checked:
- Correct Configuration File: I have verified that the configuration file has not changed, and the format remains the same as it was working previously.
- Mesh Setup: I have ensured that the correct org, project, and workspace are selected, and the mesh was working fine earlier.
- Error Log: The error log indicates an issue when trying to create the mesh, and I am unable to pinpoint what could have gone wrong.
Steps Taken So Far:
- Rechecked all configurations and headers to ensure no typo or invalid parameters were used.
- Confirmed that the authorization, app-pincode, and store headers are being passed correctly.
- Ensured the endpoint URL and CORS settings are correct and match the previous working setup.
- Tried creating the mesh again but still facing the same issue.
Request for Immediate Assistance: Could you please help with the following:
- Is there a known issue on the platform that may be causing this?
- Are there any recent changes or updates to the Adobe API Mesh service that could affect this?
- Can you help me verify if my mesh configuration is correct, or provide step-by-step troubleshooting advice to help resolve this issue quickly?
Given the urgency of the issue, we would appreciate your prompt response and support to resolve this situation.
Thank you for your immediate attention to this matter.