Signin Error at Run time

0
when i run my project than after i entered user name and login password . It show the error in login password and user name is incorrect. And in console show that message__ " An error has occurred while handling the request. [User 'Anonymous_92cdcf92-e856-410a-b3a4-3dce454344e7' with session id 'c6822e10-c60b-4f80-bec2-7711d6752e86' and roles 'Administrator'] " What can i do solve that errors ?
asked
3 answers
2

What's the stacktrace given with the error. Please elaborate

answered
0

Either you could allow anonymous users (see security settings of your model) or you could make sure that there is a user in your database with the right name and login password. Log in as MxAdmin and check if the user exists.

Regards,

Ronald

answered
0

Narayan

See this post from a couple of days ago: Need help connecting to Sandbox application

You need to go to project settings and add the mentioned microflow as the After Startup microflow

answered