Playdrop Troubleshooting
Start with the docs tree
bash example
playdrop documentation browseThen open the most relevant entry:
bash example
playdrop documentation read cli
playdrop documentation read runtime
playdrop documentation read publishingCommon problems
Login or account confusion
bash example
playdrop auth whoami
playdrop auth loginIf the wrong environment is active, log in again with the correct one.
Local preview says it cannot reach the dev server
- Start the app with
playdrop project dev <name> - Make sure the app build succeeds
- Re-run
playdrop project capture <name>and inspect the logs and screenshot
Documentation command fails
- Check that your environment has a CDN base configured
- Retry:
bash example
playdrop documentation browse
playdrop documentation read runtimeTypeScript project is inventing SDK APIs
- Install the public SDK types tarball or use a downloaded sample that already vendors it
- Run typecheck before publish
- Read:
runtimeexamples
Remix source does not install cleanly
- Re-run
npm install - Check the downloaded project for
vendor/playdrop-sdk-types.tgz - If it is a public sample, read
examples
Listing media looks weak
Read:
publishing
Still stuck
Capture proof and inspect it:
bash example
playdrop project capture <target> --timeout 20 --screenshot tmp/capture.pngIf you think the CLI or SDK is wrong or missing something, submit feedback:
bash example
playdrop feedback send --title "Problem summary" --comment "What you tried and what failed"