Gerard
Gerard
Same happens when trying to access a server protected by a VPN.
Hi, I have another workaround (apart from the proposed by MarkusId): It consists in enable edit mode by default (putting this code on page load): `apex.region("grid_seguridad").widget().interactiveGrid("getActions").set("edit", true);` Then, you may...
Hello here, I had the same errors and solved it using format "sql-formatted" and correcting some references in nodejs code. Details: https://github.com/Geri1590/apex-diff/commit/a6d9999e728745a71d2a443e2bf251470b045852 Regards!