Wappler Version : 6.8.0
Operating System : Win 11
Server Model: NodeJS
Database Type: MariaDB
Hosting Type: Win Server
After the last Wappler AC updates I see now that a lot of links in my website no longer work, when clicked instead of redirecting to a selected page, they now point directly to the home page of the website.
Expected behavior
What do you think should happen?
Previously working hyperlink should work as usual: <a href="" dmx-bind:href="'/news/'+ArticleSubject.slugify()+'/'+ArticleID+'/'+CompanyID">{{ArticleSubject.substr(0, 38)}} ...</a>
Actual behavior
What actually happens?
link now only works with href="" removed, like this: <a dmx-bind:href="'/news/'+ArticleSubject.slugify()+'/'+ArticleID+'/'+CompanyID">{{ArticleSubject.substr(0, 38)}} ...</a>
Thanks for that update - I've had to manually change a lot of links on a large site to fix this, otherwise none of the links were working. It was causing a lot of issues to my users. Hopefully those links will still work after the issue is resolved, otherwise I'll have to go back and fix them all back again.
My links are still not working, I've had to manually change them out - I've done about a hundred of them so far and I'm still getting complaints from my users.
6.8.0 should be a stable release, its not good to introduce breaking changes from V7 development.
I just did a force update of all Wappler updates, restarted NodeJs on the server and the problem still persists. Can we please have this fixed? I have other sites that need worked on, I don't want to have this problem repeated in them.
I did a full publish and a forced upload of all new AC changes, rebooted the NodeJS server (in PLESK) and the links were still not resolving - however, a full hard server reboot fixed this issue.