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
The new version of script is using privateShowHttpPrompt instead of showHttpPrompt, but in privateShowHttpPrompt the following code is missing
if (!options)
options = {};
causing the following error
Uncaught (in promise) TypeError: Cannot read property 'force' of undefined
at Function.<anonymous> (OneSignal.js:281)
at EmailDeviceRecord.js:7
at Object.next (EmailDeviceRecord.js:7)
at s (EmailDeviceRecord.js:7)
ymoreiratiti, paul-blundell, cwen0708, tsirko, matak and 6 more