Skip to content

Troubleshooting

Generation Finishes but the Result Page Does Not Open

The current product waits for output to land in the store before navigating to the result page. If the browser cache is stale, refresh and try again.

A Local Development Error Looks Like CORS

In many cases the real cause is not CORS but 401 Unauthorized.

Check in this order:

  1. Sign in again on localhost
  2. Confirm that localhost is in Firebase authorized domains
  3. Verify that function calls include an auth token

Pro Generation Feels Slow

Review these factors first.

  • Whether the same combination hit cache
  • Whether delta generation was available
  • Whether policy checks produced many warnings

Pro Does Not Activate Immediately After Checkout

  • Check the confirmation message on the Billing page
  • Wait briefly for webhook or reconciliation to align state
  • Remember that admin test overrides can intentionally diverge from real billing state

Admin Controls Do Not Appear in Settings

  • Sign in again with the admin email
  • If the session is old, sign out and sign back in
  • Admin state is applied through the server profile sync flow

Docs and Product Behavior Do Not Match

Dockit changes quickly, so verify the latest truth in this order.

  1. The live Generator, Billing, and Settings screens
  2. Code-backed docs
  3. Public marketing copy

Dockit documentation