You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On creating the AB test, the following error happens:
wagtail-ab-testing.js?v=afb7bfd0:2 Uncaught ReferenceError: abTestingTabProps is not defined
at HTMLDocument.<anonymous> (wagtail-ab-testing.js?v=afb7bfd0:2:397058)
Edit: I just checked, and it seems the script is only needed for the actual edit page?
As the main script is also loaded on /cms/abtests/add/##/ it gives this error as no action menu is there.
The text was updated successfully, but these errors were encountered:
vdboor
changed the title
Unable to select "Visit Page" goal.
JavaScript error on create AB test page
Jul 24, 2024
I am seeing this same error. In addition, when I try to select the page for the test I get the following error:
vendor.js?v=747de67f:2 Uncaught TypeError: Cannot read properties of undefined (reading 'pageChooser')
at onClick (wagtail-ab-testing.js?v=747de67f:2:391532)
at Object.u (vendor.js?v=747de67f:2:682083)
at p (vendor.js?v=747de67f:2:682226)
at vendor.js?v=747de67f:2:682372
at v (vendor.js?v=747de67f:2:682458)
at ot (vendor.js?v=747de67f:2:697926)
at rt (vendor.js?v=747de67f:2:697736)
at it (vendor.js?v=747de67f:2:698092)
at ft (vendor.js?v=747de67f:2:699299)
at P (vendor.js?v=747de67f:2:796051)
Uh oh!
There was an error while loading. Please reload this page.
On creating the AB test, the following error happens:
I'm running Wagtail 6.0.5, wagtail-ab-testing 0.10 on Python 5.0.7, Python 3.10
Edit: I just checked, and it seems the script is only needed for the actual edit page?
As the main script is also loaded on
/cms/abtests/add/##/
it gives this error as no action menu is there.The text was updated successfully, but these errors were encountered: