54321G
Liftira
HomeArticleAboutContactDocs

Advanced

Going live checklist

What to double-check before pointing the embed at your production Comnoira account and shipping it to real buyers.

Also available in Vietnamese

A short checklist to run through before flipping your integration from Comnoira's staging environment to production.

  • Swap the license key. Staging and production keys are separate — confirm your server's environment variable points at the production key, not staging.
  • Re-request exchange codes against the production API host (api.comnoira.com, not staging-api.comnoira.com).
  • Register your production domain as an allowed origin for the embed. The browser-side exchange checks the page's real domain against your embed's registered origins — a staging-only origin list is the most common reason a working staging integration goes blank in production.
  • Load-test the exchange-code endpoint. Every page load that shows the configurator triggers one server-to-server request — make sure your backend can handle your expected traffic, not just a single manual test.

Once all four are confirmed, you're live — buyers hitting your production site will see the real, production Comnoira configuration.

If something looks wrong after switching over, the fastest thing to check is always the same: open your browser's network tab and confirm the exchange-code request is landing on the production host with a 200 response, not a stale staging URL.