I have built a wix page that has a button
- from browser browse this page : No problem. Click this button can jump to next page
- from winform application that use CefSharp (chromium embedded framework c#) browse this page : click this button but no response. We capture the error log and find below wix error message
TypeError: s.wixCodeBootstrap is not a function
at n.wixCodeNamespacesAndElementorySupportSource ( https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:161662 )
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:161759
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:113525
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295363
at Array.forEach (native)
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295336
at Array.every (native)
at o ( https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295301 )
at Object.handle ( https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295903 )
Any help would be appreciated