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
but briefly looking, looks like you're using it in a client environment instead of server-side, like under /app/api for nextjs, which is not something intended for the SDK as the SDK is purposely built for the Frames.
If you're looking for a client solution for using Airstack, recommend that you check out Airstack web SDK
See https://github.com/0xFlicker/airstack-next-bug-repro for a reproducible case
yarn dev
is fine, butyarn build
will throw an error with a lot of text output, mainly because it includes some minified source code.the example above is the quick start nextjs example with this library included
the build error can be fixed by commenting out the
init
function from this libraryThe text was updated successfully, but these errors were encountered: