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
If a user leverages Neynar middleware and has not paid Neynar for the service, the frame request will throw an undefined type error. It's difficult to debug this in production as the error occurs in the middleware, however running locally you can throw it with resolution.
TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
at eval (webpack-internal:///(rsc)/../../node_modules/frog/_lib/middlewares/neynar.js:36:28)
Link to Minimal Reproducible Example
No response
Steps To Reproduce
Forget or ignore your need to pay your bills.
Frog Version
0.8.6
TypeScript Version
^5
Check existing issues
I checked there isn't already an issue for the bug I encountered.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If a user leverages Neynar middleware and has not paid Neynar for the service, the frame request will throw an undefined type error. It's difficult to debug this in production as the error occurs in the middleware, however running locally you can throw it with resolution.
Link to Minimal Reproducible Example
No response
Steps To Reproduce
Forget or ignore your need to pay your bills.
Frog Version
0.8.6
TypeScript Version
^5
Check existing issues
Anything else?
No response
The text was updated successfully, but these errors were encountered: