REST DeepLink module

0
Hi,  I just want to Set up deep links with the REST DeepLink module in my Mendix App. I have already installed the Rest deep link module in my app. I have followed everything as per the documentation. I want to access the parameter values from the URL –  http://localhost:8080/link/appName?appName=MxConfig&projectName=Y When I run the below URL from swagger  I get the error 404 Error: Not Found  http://localhost:8080/link/order/2 PFA, Can anyone have the Demo solution? Best & Regards,  
asked
3 answers
0

If you are implementing the solution from https://github.com/mendix/RESTDeeplinkModule, then you have an example available in the module according to the documentation.

Be aware that the after startup microflow needs to be implemented as stated under running the example, otherwise I expect the path to <http://yourapp>/link will not be avialble as the requesthandler.

answered
0

Hi,

I am able to get the parameter from the URL but  when I start debugging I can see ExampleLinkEntity is empty here.

Therefore it is redirecting me to 404 not found page

PFA,

answered
0

Any Update ?

answered