I have an issue with one of my pages. When deployed to VPS / running locally it does not work however when inside the ide its firing properly. Here is a screen dump..
All the floating buttons in this table dont fire when running locally/in vps yet when executed inside the ide everything is working properly.
From the logs this seem like an inputmask related error, thing is I have not defined any input mask in my theme or anywhere for that matter but b4j_ws is firing an error, Im kinda frustrated right now.
Thanks, sounds fair enough. I am about to hard code NeedsMask on my page to see if this will solve it. Thing is I am not using any masks on my pages. There is something that one of the ABMComponents is not doing right perhaps because something is calling that function.
I tend to believe the loading of js files by ABMaterial happens automatically without user intervention. I have used filezilla to upload everything to my vps from my objects folder and opted to overwrite everything excluding the bin, src and logs folders. That has done the trick. I suspect the copymewithjar.needs file might have not been updated the last time, will be careful next time. Thanks.