Content
@
https://warpcast.com/~/channel/frames-v2
0 reply
0 recast
0 reaction
Chris Zhu
@czhu12
In FramesV2, does anyone know what it takes to initialize the app beyond the splash screen? Following the starting guide, it doesn't seem like calling `sdk.actions.ready({});` is actually enough. Stays stuck on spash screen image
3 replies
1 recast
10 reactions
jtgi
@jtgi
errors? is url live?
1 reply
0 recast
1 reaction
jtgi
@jtgi
also quick one but try importing like this instead: import { sdk } from “@farcaster/frame-sdk/src/sdk” got hit with this other day.
1 reply
0 recast
1 reaction
Chris Zhu
@czhu12
Yeah I can visit directly on browser Can also see the farcaster requests to the devserver
1 reply
0 recast
2 reactions
jtgi
@jtgi
your service is setting x-frame-options: sameorigin. won't work; remove it. Warpcast embeds your app as an iframe.
1 reply
0 recast
3 reactions