404 - file not found for file: link/forgotPasswordLogin

0
When I click on Forgot Password link available on Login page,I am getting "404 - file not found for file: link/forgotPasswordLogin" error message. Even I Configured Deeplinks in my application. Can anybody suggest me any configuration changes I need to implement for Forgot Password?   Thanks & Regards Sneha
asked
1 answers
2

Looks like the DeepLink request handler is not started.

Did you correctly add the 'StartDeeplink' startup microflow of the DeepLink module in your AfterStartup?

Check your log message during startup.

regards, Fabian

answered