Common Issues
Create is blocked before the wallet opens
Flipit prepares persistent metadata before asking for a wallet signature. If the public backend base URL is not configured or metadata persistence fails, creation should stop before wallet submission rather than publish an invalid URI.
The token does not appear immediately in Explore
A successful creation is inserted into local UI state immediately, while the backend independently verifies the receipt. If the browser callback is lost, launch-count reconciliation is designed to recover missing confirmed launches.
The launch deadline passed but status is still Active
Deadline passage alone does not mutate contract state. expire() must be called after the deadline while the curve remains incomplete before the status becomes Failed.
The token image is unavailable
Token metadata points at a public HTTPS backend resource. Published metadata/image URLs need to remain reachable. A stopped temporary tunnel can make previously published test metadata inaccessible.