Deeplink using wrong theme

0
Hello, I've setup the Deeplink module. After I login I browse to one of my forms that has a URL that points to a link I created with Deeplink. When I click on the link the correct form loads, however it uses one of the default Mendix themes instead of my own custom theme. Any idea why this is? Thanks!
asked
1 answers
1

Did you set it to the correct Index page?

By default, the IndexPage constant can remain 'index.html', however in special cases, such as when you want to load a specific theme, or bypass a certain single sign on page, you can modify this constant to for example 'index3.html' or 'index-mytheme.html'

answered