Routing Issue - dmxAppConnect.js 404

Hi guys,
I’m working on a small project and trying to implement routing. No issues with static routing but when trying to use dynamic routing (parameters) the dmxappconnect.js file is not using the root but is using the entire route. Changing the settings from document to site doesn’t work. Using MAMP Pro on Mac.

Current state - 404 error
http://localhost/ct/edituser/dmxAppConnect/dmxAppConnect.js

Should be
http://localhost/ct/dmxAppConnect/dmxAppConnect.js

Attempts to change the path of the js file manually has it revert on saving to the default path below

I’m new to wappler but I am an old Dreamweaver user, spent a little too many hours trying to resolve this and could really use some help. The URL works as expected when linked to with http://localhost/ct/user_edit.php?id=1