When trying to log events using flutter web deployed with firebase hosting I am receiving an error that prevents all events from being logged:
- “Amplitude] RangeError: Maximum call stack size exceeded”
I don’t think this my fault because the event logging was working fine when I ran the site locally. The errors started upon deploying to firebase hosting.
Please share any advice for working around this error. Thank you.