Deep Link problem

4
I having a problem with deep link when it is production. The problem is not there when I am using deep link with a local host, but when i use it on the production server there is a problem. The problem is that if the user is not signed in to the system the hyperlink once clicked on returns this: http://"server name"/link/approve/nulllink/approve/"id number" However if the user is signed in beforehand there is no problem and the hypelink works. Please help
asked
2 answers
2

This could be down to security reasons. You need to allow Anonymous Access to the mendix system. You also need to allow the anonymous role access to the microflow that you are trying to run. The reason it doesn't work is because no one is logged in i think.

answered
1

Try setting the "DeepLink.LoginLocation" constant to '' instead of empty? This worked for me.

answered