Doing the React TMDB movies tutorial, issue with creating platform without requested ping
- 0
- Databases
- React Native
- Web
At the point where I created a brand new app on appwrite but cannot instantiate the react platform without cloning a whole other app and doing some ping button press. Just want to use for my tmdb movies app which the instructions in the JS Mastery tutorial differ from the changes on Appwrite site on how to do this. How can I skip this process and still instatiate a react native platform on my new app? Confused so please don't hesitate to ask for more info.
Also tried to do the ping by adding env's to the cloned app as a workaround and even that didn't work because you need user instances which are not apart of the JS Mastery tutorial with Adrian. The Appwrite Website was less complicated in his tutorial but with recent changes on the site, it's not the same one.
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...