Jordan Rising
Jordan Rising
@BerkayAkgurgen any luck here? I'm trying to do the same and not having a ton of luck.
> This worked for me: I changed MyProject/index.tsx to MyProject/index.js brilliant, after trying a million different suggestions this is the one that worked for me.... thanks!
any updates here? I'm having the same issue of having a null session directly after logging in.
@JamesHemery did you ever figure this out? I'm having the same issue, specifically > "After call present(), sometimes in need to touch any area on the screen to see the...
@JamesHemery you are correct, this works as expected if you put a hidden textInput in... thanks for the tip!
Yeah I'm getting this when I deploy to Vercel, but my IDE / TS locally isn't yelling at me. Curious if you figure anything out!
> Create a CORS configuration file `cors.json` > > ```json > [ > { > "origin": ["*"], > "method": ["*"], > "responseHeader": ["*"], > "maxAgeSeconds": 3600 > } > ]...
@huypham1411 would love to know if you figured this out?