First time posting on the forums, so I hope I'm following the right protocol. I installed the teleport API from the Roll20 Mod library, and went through the process of linking three different pages together. Everything works well while I am setting things up, but when I attempt to test the telepads I get the following error message: TypeError: Cannot read property 'get' of undefined
TypeError: Cannot read property 'get' of undefined
at apiscript.js:21092:42
at Array.forEach (<anonymous>)
at reconcileTargetPageId (apiscript.js:21091:25)
at limboSwap (apiscript.js:21081:17)
at teleportToken (apiscript.js:21122:23)
at apiscript.js:20933:25
at Function.each (/home/node/d20-api-server/node_modules/underscore/underscore-node-f.cjs:1323:7)
at teleportPadCheck (apiscript.js:20905:15)
at autoTeleportCheck (apiscript.js:21507:21)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:168:1), <anonymous>:65:16) I am not sure what I am doing wrong, or how to fix this issue. Any help would be greatly appreciated.