Issue with Browsersync and SetUrl Widget

0
Has anyone had an issue with using browsersync when using the SetUrl widget on their page?  We are having an issue where our SetUrl is setting the url to be two levels down like so /one/two and this causes the browsersync to have issues when injecting the css into the page.  The URL it uses in the injected link tag for the css is as follows: http://localhost:3000/one/styles/web/css/main.css?637304965524660856&browsersync=1594914558824 It is keeping the /one instead of going to the base url and setting the styles folder from there.  Any help here would be appreciated.
asked
1 answers
2

This is a known issue. Let me refer you to this solution (still applies to MX8): https://github.com/mendix/ux-theming#i-use-the-dev-task-but-on-reload-i-dont-see-any-changes-in-mendix-7

Change the values in your settings.json and you are good to go

answered