I am trying to create a custom connector that has a script. It takes a bit of time because of the script element and has worked previously but now I am finding that I am receiving a 504 response before it can upload it.
Below is the output of the paconn create command
urllib3.connectionpool : https://api.powerapps.com:443 "POST /providers/Microsoft.PowerApps/apis?api-version=2016-11-01&%24filter=environment%20eq%20%27Default-78731c40-15ca-4cd7-938f-4960a2cb0713%27 HTTP/1.1" 504 None
PAYLOAD
RESPONSE
{
"error": {
"code": "GatewayTimeout",
"message": "The gateway did not receive a response within the specified time period."
}
}
{
"error": {
"code": "GatewayTimeout",
"message": "The gateway did not receive a response within the specified time period."
}
}
504 Server Error: Gateway Timeout for url: https://api.powerapps.com/providers/Microsoft.PowerApps/apis?api-version=2016-11-01&%24filter=environment%20eq%20%27Default-78731c40-15ca-4cd7-938f-4960a2cb0713%27