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
When we open the console on our app we frequently see the error (see relevant logs) when your sdk calls to logMethodCall on the operations OperationCache.enqueue.
This is an screenshot of the content of the arguments:
The OneSignal version is 160203
What browsers are you seeing the problem on?
Chrome (Chromium)
What operating system are you running?
macos Sequoia 15.0.1
Steps to reproduce?
Open the console
What did you expect to happen?
Nothing
Relevant log output
Uncaught TypeError: Converting circular structure to JSON
--> starting at object with constructor 'j'| property '_zoneDelegate' -> object with constructor '_'
--- property '_zone' closes the circle
at JSON.stringify (<anonymous>)
at eval (eval at logMethodCall (OneSignalSDK.page.es6.js?v=160203:1:261990), <anonymous>:1:6)
at d.logMethodCall (OneSignalSDK.page.es6.js?v=160203:1:261990)
at g (OneSignalSDK.page.es6.js?v=160203:1:264019)
at $i.enqueue (OneSignalSDK.page.es6.js?v=160203:1:205036)
at Qi.<anonymous> (OneSignalSDK.page.es6.js?v=160203:1:207530)
at Generator.next (<anonymous>)
at r (OneSignalSDK.page.es6.js?v=160203:1:267690)
at _.invoke (polyfills.js:20:19120)
at j.run (polyfills.js:20:14358)
at polyfills.js:20:25537
at _.invokeTask (polyfills.js:20:19738)
at j.runTask (polyfills.js:20:15013)
at ae (polyfills.js:20:21770)
at y.invokeTask [as invoke] (polyfills.js:20:20823)
at B (polyfills.js:20:4736)
at W (polyfills.js:20:5034)
at IDBRequest.J (polyfills.js:20:5301)
The text was updated successfully, but these errors were encountered:
What happened?
When we open the console on our app we frequently see the error (see relevant logs) when your sdk calls to
logMethodCall
on the operationsOperationCache.enqueue
.This is an screenshot of the content of the arguments:
The OneSignal version is
160203
What browsers are you seeing the problem on?
Chrome (Chromium)
What operating system are you running?
macos Sequoia 15.0.1
Steps to reproduce?
What did you expect to happen?
Nothing
Relevant log output
The text was updated successfully, but these errors were encountered: