Mini Surveys not appearing

0
Hi, I am trying to add a mini survey to my app. I have added the survey in DevPortal. It is currently running. I have followed all the implementation instructions and can’t see anything I’ve missed.  And yet, when I run the app (with the widget on the landing page) there is no sign of my survey. I get the following error (twice) in the console: Log node: REST Publish Message: An unexpected error occurred while handling REST request  Stack trace: java.lang.RuntimeException: Non-standard status codes cannot be created by implicit conversion. Use `StatusCodes.custom` instead.     at akka.http.scaladsl.model.StatusCode$.$anonfun$int2StatusCode$1(StatusCode.scala:29)     at scala.Option.getOrElse(Option.scala:201)     at akka.http.scaladsl.model.StatusCode$.int2StatusCode(StatusCode.scala:28)     at com.mendix.integration.rest.publish.microflowresulthandling.RestMicroflowResultHandler.getValueResponse(RestMicroflowResultHandler.scala:41) etc etc   Any clues as to what I’m missing?   Thanks in advance.
asked
1 answers
1

Problem was solved temporarily by turning off our cloud security.  Obviously, this isn’t a long term solution.

answered