Summary
User encounters a 502 error when creating a connection for a MySQL source via the UI, while the API call succeeds with cache disabled. The user seeks a solution to make the UI function correctly.
Question
Hi,
I have created a MySQL source and when I try through the UI to create a new connection the call fails with error:
Server temporarily unavailable (http.502.kpzwCsav9LtgCb5G5t4fmN)
When I check the API call I see in the call body has a property to disable cache:
{
"sourceId": "4f009a39-02eb-4ebb-a765-83e10086890f",
"disable_cache": *true*
}
When I am running the same call from postman with disable_cache = false, the call runs in a sub second
How can I make the UI work?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.