I have been testing the one-click Teleport API and it works great for cross-page, but I cannot make it work from one page to another. It crashes the API with the following error message: For reference, the error message generated was: TypeError: Cannot read property 'get' of undefined
TypeError: Cannot read property 'get' of undefined
at apiscript.js:10811:42
at Array.forEach (<anonymous>)
at reconcileTargetPageId (apiscript.js:10810:25)
at limboSwap (apiscript.js:10794:17)
at teleportToken (apiscript.js:10835:23)
at apiscript.js:10646:25
at Function.each (/home/node/d20-api-server/node_modules/underscore/underscore-node-f.cjs:1323:7)
at teleportPadCheck (apiscript.js:10618:15)
at autoTeleportCheck (apiscript.js:11220:21)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:154:1), <anonymous>:65:16) Any idea what I'm doing wrong? Is it maybe an interference with another script? I also have MapChange enabled, but nothing else that looks likely to conflict.