locked
Xamarin.Forms: Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException RRS feed

  • Question

  • I have created a Xamarin.Forms mobile app on azure, following the steps outlined in the following link:

    https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started

    A crash occurs when trying to add an item in the app (See section: "(Optional) Run the Android project" in the above tutorial).  This happens on both the android and UWP project.  The error I get is the following:

    Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not be completed.  (Internal Server Error) occurred

    The above occurs when await manager.SaveTaskAsync(item); is called.  Presumably the server is rejecting the access request from the client though I have no idea why.  Any suggestions would be appreciated.
    • Edited by Aldebaron76 Tuesday, January 30, 2018 2:43 PM
    • Moved by litdev Tuesday, January 30, 2018 6:31 PM
    Tuesday, January 30, 2018 2:43 PM

Answers

All replies

  • I'd ask for help over here in xamarin forums.

    https://forums.xamarin.com/

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    Tuesday, January 30, 2018 7:29 PM
  • I doubt that they would be of any use - the problem occurs when the code tries to access the azure server, so I am guessing its a server side azure configuration issue (perhaps something to do with access permissions).  Xamarin in of itself most likely has nothing to do with this bug.  

    Again this project was run "as is" without any modifications, freshly downloaded from the azure server.
    Wednesday, January 31, 2018 8:06 AM
  • You can also ask in Azure communities.

    https://azure.microsoft.com/en-gb/support/forums/

     The comments here might also be helpful

    https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started

    or also provide feedback in comments or via link at page bottom.

     

     



    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.


    Wednesday, January 31, 2018 12:59 PM