Meta object should not be null

0
When we go through the normal process of sending a reset password link and then going to the reset password page via the deeplink we get a strange error after the password has been reset and we show the home page again. It says meta object name should not be null, this same page is used on multiple other places without any issues, so I was wondering why this would happen in this case. I have seen some forum posts about the carousel giving issues and deeplinks with anonymous access, but nothing with specific info to this issue. See the stack trace: An error has occurred while handling the request. [User 'Guest_4fb6c7e7-03e6-4346-8a21-9d96f150da35' with session id '1e400af1-ffc0-4f06-be4d-c98baafb78fe' and roles 'Anonymous'] java.lang.IllegalArgumentException: Meta object name should not be null or empty at iB.c(SourceFile:1564) at oL.d(SourceFile:63) at gq.a(SourceFile:412) at gq.a(SourceFile:403) at gK.execute(SourceFile:289) at ju$b.apply$mcV$sp(SourceFile:364) at ju$b.apply(SourceFile:356) at ju$b.apply(SourceFile:356) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.a(SourceFile:189) at com.mendix.externalinterface.connector.RequestDispatching$Worker$a.apply(SourceFile:183) at akka.actor.Actor$class.apply(Actor.scala:545) at com.mendix.externalinterface.connector.RequestDispatching$Worker.apply(SourceFile:179) at akka.actor.LocalActorRef.invoke(ActorRef.scala:910) at akka.dispatch.MessageInvocation.invoke(MessageHandling.scala:25) at akka.dispatch.ExecutableMailbox$class.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:223) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.processMailbox(ExecutorBasedEventDrivenDispatcher.scala:123) at akka.dispatch.ExecutableMailbox$class.run(ExecutorBasedEventDrivenDispatcher.scala:195) at akka.dispatch.ExecutorBasedEventDrivenDispatcher$$anon$4.run(ExecutorBasedEventDrivenDispatcher.scala:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:662) at akka.dispatch.MonitorableThread.run(ThreadPoolBuilder.scala:192) Any advise would be appreciated :)
asked
0 answers