And by the way, you can access the query params directly under app > query So it results in query.myparam - no need to go through the query manager for this.
You need to replace the file located in your public folder … it is the one used on your pages. /public/dmxAppConnect/dmxAppConnect.js - i thought we were already talking about it.
I don’t know which folder do you call ‘Wappler main folder’
Just for future reference - when we ask you to replace js files (related to app connect), related to specific issue in specific project it is always the files located in the public folder of this specific folder.
Wappler/dmxAppConnect/dmxAppConnect.js - is this OK? Or do I need to revert this with an original?
Regarding replacing the file in public folder for the project - I’ve done this, and still no change unfortunately. I even tried a completely different browser with a completely cleared cache.
Actually it works for me when i call the query param directly (not through the state manager). I am sure it will work for you as well change this to {{query.slug}}
Something to note - the reason I used the Query Manager was because when you add a value to the app query - it’s not actually available in the data picker.
Can you please also advise if I have screwed anything up by editing the appconnect file in the root wappler folder in documents?