DeepLink: Parameter: (Type) found, but no matching mf parameter exists

4
Hi,   I’m using a deeplink with a string parameter so that if the string is A it shows page A. Locally it works, but on acc it does not…   Does someone encounterd this?  Thanks!
asked
4 answers
3

Hi Jeremie,

 

Could there be any difference between local and acceptance? Have you checked your constants and url's?

answered
2

Do you have Deeplink enabled on Acceptance and the same deeplink created?  Documentation here walks through the process.  Make sure you have added request handler in acceptance environment.  See section 2.1 of the documentation.

If that is all set up, what error messages do you see when trying this?

answered
1

The system checks what kind of type it is and changes the temp object with the correct enum and shows a page passing said object.
(link that is triggered local is and works like a charm...:  http://localhost:8082/link/CreationSubRequest/stringtext?Type=Telephony)

answered
1

Mike, I just encountered this in the doc:
 

I’ll start with this and if its not the solution i’ll reply on this.
 

answered