Are you looking for help?
This is a support forum for reporting issues related to Backendless services. Please note that due to our support policy we cannot provide you help with debugging your code, consulting in regards to any language or third-party library usage. For this kind of questions we recommend using more appropriate forums like Stack Overflow.
In order to suggest you a quality solution, we shall usually ask you to provide the details mentioned below first. Including them into your topic right away helps us to start investigating your issue much faster.
In case you have a suggestion or an idea, the details below are not always required, though still any additional background is welcome.
Backendless Version (3.x / 6.x, Online / Managed / Pro )
Online
Client SDK (REST / Android / Objective-C / Swift / JS )
.net
Application ID
E45A3A00-3001-2C22-FF90-2BE03E914500
Actual Behavior
Please provide a description of what actually happens, working from the same starting point.
Be descriptive: “it doesn’t work” does not describe what the behavior actually is – instead, say “the request returns a 400 error with message XXX”. Copy and paste your logs, and include any URLs.
Starting this morning, many requests that have been fine for the past year or more are suddenly returning error 400. Doesn’t seem to matter the type of request, from basic data retrieval to logins.
It is intermittent, sometimes the requests go through but over 50% of the time all requests are failing application wide.
here is an example log / call stack
Backendless BackendlessFault. Code: Internal client exception, Message: The remote server returned an error: (400) Bad Request. The remote server returned an error: (400) Bad Request.
UnityEngine.Debug:Log(Object)
LoginController:b__13_1(BackendlessFault) (at Assets/[ExperimentalDesign]/Code/UI/LoginController.cs:133)
BackendlessAPI.Service.<>c__DisplayClass33_0:b__1(BackendlessFault)
BackendlessAPI.Engine.<>c__DisplayClass10_01:<InvokeAsync>b__1(Fault) Weborb.Client.Engine:ProccessException(Exception, Responder
1)
Weborb.Client.HttpEngine:ProcessAMFResponse(IAsyncResult)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder1:SetResult(Int32) Mono.Net.Security.<StartOperation>d__58:MoveNext() System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1:SetResult(AsyncProtocolResult)
Mono.Net.Security.d__23:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder:SetResult()
Mono.Net.Security.d__24:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder1:SetResult(Nullable
1)
Mono.Net.Security.d__25:MoveNext()
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetResult(Int32)
Mono.Net.Security.d__66:MoveNext()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback()
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.