This occurs on both ios and android when calling login api endpoint from a device. And i don’t want to paste the full endpoint and body here as it contains keys and login information. Here is the full error. Can you please escalate and let me know what this error indicates as it is blocking login requests in production?
Backendless encountered an error while handling the request. An internal trouble ticket with ID 9C179185-688C-132D-FF2E-DD2E807C2A00 has been created and we will be investigating the issue.\nExpected authority at index 7: file://\njava.lang.IllegalArgumentException: Expected authority at index 7: file://\n\tat java.base/java.net.URI.create(URI.java:883)\n\tat com.backendless.util.UrlHelper.extractHost(UrlHelper.java:13)\n\tat com.backendless.management.appsettings.OriginDomainService.setOrigin(OriginDomainService.java:62)\n\tat com.backendless.management.appsettings.OriginDomainService.setOrigin(OriginDomainService.java:40)\n\tat com.backendless.old.security.ValidateApplication.call(ValidateApplication.java:66)\n\tat play.core.j.JavaAction.$anonfun$apply$8(JavaAction.scala:175)\n\tat scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)\n\tat scala.util.Success.$anonfun$map$1(Try.scala:255)\n\tat scala.util.Success.map(Try.scala:213)\n\tat scala.concurrent.Future.$anonfun$map$1(Future.scala:292)\n\tat scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)\n\tat scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)\n\tat scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)\n\tat play.core.j.HttpExecutionContext.$anonfun$execute$1(HttpExecutionContext.scala:63)\n\tat play.api.libs.streams.Execution$trampoline$.execute(Execution.scala:70)\n\tat play.core.j.HttpExecutionContext.execute(HttpExecutionContext.scala:58)\n\tat scala.concurrent.impl.CallbackRunnable.executeWithValue(Promise.scala:72)\n\tat scala.concurrent.impl.Promise$KeptPromise$Kept.onComplete(Promise.scala:372)\n\tat scala.concurrent.impl.Promise$KeptPromise$Kept.onComplete$(Promise.scala:371)\n\tat scala.concurrent.impl.Promise$KeptPromise$Successful.onComplete(Promise.scala:379)\n\tat scala.concurrent.impl.Promise.transform(Promise.scala:33)\n\tat scala.concurrent.impl.Promise.transform$(Promise.scala:31)\n\tat scala.concurrent.impl.Promise$KeptPromise$Successful.transform(Promise.scala:379)\n\tat scala.concurrent.Future.map(Future.scala:292)\n\tat scala.concurrent.Future.map$(Future.scala:292)\n\tat scala.concurrent.impl.Promise$KeptPromise$Successful.map(Promise.scala:379)\n\tat scala.concurrent.Future$.apply(Future.scala:659)\n\tat play.core.j.JavaAction.apply(JavaAction.scala:176)\n\tat play.api.mvc.Action.$anonfun$apply$4(Action.scala:82)\n\tat scala.concurrent.Future.$anonfun$flatMap$1(Future.scala:307)\n\tat scala.concurrent.impl.Promise.$anonfun$transformWith$1(Promise.scala:41)\n\tat scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)\n\tat akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)\n\tat akka.dispatch.BatchingExecutor$BlockableBatch.$anonfun$run$1(BatchingExecutor.scala:92)\n\tat scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)\n\tat scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:85)\n\tat akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:92)\n\tat akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:47)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)\n\tat java.base/java.lang.Thread.run(Thread.java:834)\nCaused by: java.net.URISyntaxException: Expected authority at index 7: file://\n\tat java.base/java.net.URI$Parser.fail(URI.java:2913)\n\tat java.base/java.net.URI$Parser.failExpecting(URI.java:2919)\n\tat java.base/java.net.URI$Parser.parseHierarchical(URI.java:3163)\n\tat java.base/java.net.URI$Parser.parse(URI.java:3114)\n\tat java.base/java.net.URI.(URI.java:600)\n\tat java.base/java.net.URI.create(URI.java:881)\n\t… 40 more\n