work with autocalculated url routes of dynamic pages

That is an issue with the Wix Editor itself and not code that can be fixed through the Corvid Forum, therefore you will need to pop a support ticket to Wix Support or give them a call direct;y instead.
https://support.wix.com/en/article/contacting-wix-support

In the meanwhile, try logging out of Wix and clearing cache and cookies on your used web browser and then trying again.

I have returned, and technical support I solve the blocking of my database. Enter this code but it does not work.




// For full API documentation, including code examples, visit http://wix.to/94BuAAs
import wixLocation from 'wix-location';
$w.onReady(function () {
//TODO: write your page related code here...
$w("#repeater2").onItemReady( ($item, itemData, index) => {
$item("#button2").onClick( (event) => {
wixLocation.to(itemData["link-empresas-servicios-nombre_emp_ID"]); }); })
});



reporta este error…