Our form "Open project" button report javascript error "clientlibs.js:245 Uncaught TypeError: Cannot read property 'PROJECT_LISTING_PATH' of undefined", the undefined object is VanityPath
We are using AEM 6.5.8 with forms add-on, for any simple form, when we add dictionary, the popup window said the project created by when we tried to click "open project", nothing returned.
And the browser console reported "Uncaught TypeError: Cannot read property 'PROJECT_LISTING_PATH' of undefined",
the code is:
VanityPath.PROJECT_LISTING_PATH
and VanityPath is undefined.
What could be the reason?