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
I'm trying to integrate the Podcaster starter kit into an existing Laravel / Statamic application. The application already has the Peak Starter and Simple Commerce plus Jetstream and Mailcoach.
I have integrated the code from the starter kit into the existing site however when I enable the player snippet (I'm starting with the slide up player from the kit), I always get a RangeError: Maximum call stack size exceeded. Debugging the issue (as best I can) leads me to believe that something happens during the init() call on $store.player stores[name] = value; if (typeof value === "object" && value !== null && value.hasOwnProperty("init") && typeof value.init === "function") { stores[name].init(); } initInterceptors(stores[name]);
Been going around this for a little while now, still no closer to understanding why it breaks.
Any help gratefully received, I can make a version of the development available publically.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to integrate the Podcaster starter kit into an existing Laravel / Statamic application. The application already has the Peak Starter and Simple Commerce plus Jetstream and Mailcoach.
I have integrated the code from the starter kit into the existing site however when I enable the player snippet (I'm starting with the slide up player from the kit), I always get a RangeError: Maximum call stack size exceeded. Debugging the issue (as best I can) leads me to believe that something happens during the init() call on $store.player
stores[name] = value; if (typeof value === "object" && value !== null && value.hasOwnProperty("init") && typeof value.init === "function") { stores[name].init(); } initInterceptors(stores[name]);
Been going around this for a little while now, still no closer to understanding why it breaks.
Any help gratefully received, I can make a version of the development available publically.
Beta Was this translation helpful? Give feedback.
All reactions