问题
I have a Xamarin.Forms app which is connected to an Azure Mobile Service backend. I am in the process of upgrading my (migrated) mobile service to an app service according to this documentation. I have added my easy tables to my new app service and I can see the data records in the Azure portal. But when I make any call to this new app service via my app it results in the following error:
Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not be completed. (Internal Server Error)
at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient
Does anybody know why this happens?
来源:https://stackoverflow.com/questions/44744161/the-request-could-not-be-completed-internal-server-error-at-microsoft-windows