Content pfp
Content
@
https://warpcast.com/~/channel/fc-devs
0 reply
0 recast
0 reaction

Linda Xie pfp
Linda Xie
@linda
Any ideas why sometimes mini app will be stuck on splash screen on web only but not mobile and vice versa? Had a team run into this recently and also ran into it myself tonight with vibe coding my mini app
12 replies
1 recast
30 reactions

Zeni pfp
Zeni
@zeni.eth
unsure, but to debug... if it's getting stuck on splash screen, first thing I would check is if sdk.actions.ready() isn't being called correctly https://miniapps.farcaster.xyz/docs/sdk/actions/ready "add debugging code that will show me when sdk.actions.ready() is being called" --- -> then right click in browser -> inspect to open up "Developer Tools" -> click on console try to find the debug message in your code if it's not there at all, there's something wrong that you can start with. if it's there, it's something else.
2 replies
0 recast
3 reactions

MJC pfp
MJC
@mjc716
not exactly answering your q, but there are def some differences between web and mobile that would be helpful to get patched https://farcaster.xyz/benna/0xe441d471
1 reply
0 recast
0 reaction

Jack Dishman pfp
Jack Dishman
@dish
clanker recently ran into this recently because we were still using the frame SDK and the way we were vending URLs cc @carter @m00npapi.eth
0 reply
0 recast
2 reactions

agusti pfp
agusti
@bleu.eth
yeah i got this, all depends on how u call the sdk
0 reply
0 recast
2 reactions

vrypan |--o--| pfp
vrypan |--o--|
@vrypan.eth
Could be actions.ready() is never reached. What do you see when you open the app in Farcaster dev tools preview?
0 reply
0 recast
1 reaction

Miguelgarest pfp
Miguelgarest
@miguelgarest.eth
never could figure it out. My app gets stuck like half of the time, needs to be refreshed to make it work when that happens
0 reply
0 recast
1 reaction

Angel pfp
Angel
@sayangel
Where is it hosted?
0 reply
0 recast
0 reaction

Kieran Daniels pfp
Kieran Daniels
@kdaniels.eth
we had to fork our repo and move a new version of the app and rip out all other chains other than base then rehost on a unique URL mini.teller.org vs app.teller.org
1 reply
0 recast
0 reaction

Kieran Daniels pfp
Kieran Daniels
@kdaniels.eth
we had to fork our repo and move a new version of the app and rip out all other chains other than base then rehost on a unique URL mini.teller.org vs app.teller.org
0 reply
0 recast
0 reaction

Billy Rennekamp pfp
Billy Rennekamp
@okwme
we had issues like this by trying to display user avatars directly. Often there would be an IPFS avatar and the gateway had a 30 second timeout. I was confused why content was being blocked on image loading at all but we made it non-blocking and haven't had the "white screen of death" in a while.
0 reply
0 recast
0 reaction

Kuusho ↑ pfp
Kuusho ↑
@kuusho
I’m encountering this too. Mine shows on web but not on mobile
0 reply
0 recast
0 reaction

JK onChain pfp
JK onChain
@jkonchain.eth
I have faced it while using preview tool only particularly in Desktop. If I put the url in a cast and try to open from that, it works perfectly. Yet not able to understand why πŸ€”
0 reply
0 recast
0 reaction