error - other people have this too?

0
When I try to run deplay/run free app:   Mendix.Modeler.CloudConnector.CloudServiceException: The remote server returned an unexpected response: (502) Bad Gateway. ---> System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (502) Bad Gateway. ---> System.Net.WebException: The remote server returned an error: (502) Bad Gateway.    at System.Net.HttpWebRequest.GetResponse()    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    --- End of inner exception stack trace --- Server stack trace:     at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding)    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]:     at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)    at Mendix.Modeler.CloudConnector.CloudService.CloudServicePortType.GetApp(GetAppRequest request)    at Mendix.Modeler.CloudConnector.CloudConnector.<>c__DisplayClass8_0.<GetApp>b__0() in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.CloudConnector\CloudConnector.cs:line 87    at Mendix.Modeler.CloudConnector.CloudConnector.DoWebServiceCall[T](Func`1 callWebService) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.CloudConnector\CloudConnector.cs:line 48    --- End of inner exception stack trace ---    at Mendix.Modeler.CloudConnector.CloudConnector.DoWebServiceCall[T](Func`1 callWebService) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.CloudConnector\CloudConnector.cs:line 70    at Mendix.Modeler.Deployment.Cloud.CloudDeployer.GetAppInfo(IProgressInfo info, String projectID) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Deployment\Cloud\CloudDeployer.cs:line 179
asked
1 answers
2

Hi Arthur, I don't know if the problem is resolved already but this might have something to do with the problem Mendix is facing with their Free-tier enviornment:

 

https://status.mendix.com/

 

Dec 8, 11:26 CET

Monitoring - A potential root cause for the slow or failing app deployments has been identified. This morning (CET) a fix has been deployed, which restored performance of app deployments to an acceptable level. We will continue to monitor the situation. Next update will be placed on or before Monday December 10 close of business (CET). 

answered