Gilad

Results 9 comments of Gilad

seems like you can change the song metadata. idk about using suggetions yet. https://unofficial-google-music-api.readthedocs.io/en/latest/reference/mobileclient.html#gmusicapi.clients.Mobileclient.change_song_metadata

here's a simple example of a server method: ```js export async function GET() { const provider = new ethers.providers.JsonRpcProvider(`https://polygon-mumbai.infura.io/v3/${process.env.INFURA_API_KEY}`); const price = await provider.getGasPrice(); return NextResponse.json({ message: 'we are live.'...

> @freeslugs can you verify using `console.log(process.env.INFURA_API_KEY)` that your environment variable is correct? > > I see this type of problem often, which is that the dotenv (or such) is...

> @mrbasado Can you provide any additional details? Can someone provide me a minimal NextJS 14 and ethers v5 reproduction steps? Like possibly a single page app? Try mine :)...

Might be related: https://github.com/bndkt/react-native-app-clip/issues/65

I was able to get some version of the app clip to work successfully, just make sure youre on react-native >= 0.77, https://github.com/freeslugs/app-clip-demo/ - tested successfully on testflight

@vishaljak I was able to deploy normally to EAS. Maybe your certs on EAS are not configured correctly? Maybe try recreating them? It's also possible the configuration on apple profiles/certs...

Howdy folks -quick update- i was struggling with expo 53, but 52 was working , evan just shipped a new fix- just tried it out on testflight, works perfectly.. https://github.com/EvanBacon/expo-apple-targets/pull/116