Send a url via email

1
I'm still new to mendix. I'm trying to send a deep link url to a registered user and i get this stacktrace. my selected microflow is not getting any hits com.mendix.systemwideinterfaces.MendixRuntimeException: Failed to canonicalize path 'C:\Users\Simon\Documents\Mendix Stuff\Mendix Projects\Project_3\deployment\web\link*smokhele48@gmail.com' at jh.c(SourceFile:121) Caused by: java.io.IOException: The system cannot find the path specified at java.io.WinNTFileSystem.canonicalize0(Native Method) at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396) at java.io.File.getCanonicalPath(File.java:559) at jh.c(SourceFile:116) at jh.processRequest(SourceFile:40) at jg.a(SourceFile:63) at com.mendix.core.MxRuntime.processRequest(SourceFile:910) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:45) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) at org.eclipse.jetty.server.Server.handle(Server.java:351) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:609) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534) at java.lang.Thread.run(Thread.java:662)
asked
1 answers
0

it looks like the deeplink your sending is incorrect : web\link*smokhele48@gmail.com

answered