Service Router authorization fails
Fix authorization errors when Chamevo cannot connect to the Service Router for exports, AI features, or license validation.
Chamevo connects to the Service Router (sr.chamevo.com) for print-ready file generation, AI features (background removal, upscaling, generation), Virtual Try-On, license validation, and Printful integration. If authorization fails, these features stop working.
Symptoms
- Print-ready files are not generated after orders.
- AI features show errors or are unavailable.
- The Chamevo Dashboard shows a license or connection error.
- The
wp-content/chamevo_php.logfile shows authorization or HTTP request errors.
Cause 1: License key is invalid or expired
The Service Router authenticates requests using your license key. If the key is invalid, expired, or not entered, all requests fail.
Fix:
- Go to Chamevo β Dashboard.
- Verify the license key is entered and the status shows as active.
- If expired, renew your subscription at cp.chamevo.com.
- Re-enter the license key if needed and click Activate.
Cause 2: Server cannot reach the Service Router
Your web server must be able to make outbound HTTPS requests to sr.chamevo.com.
Fix:
- Check if your hosting blocks outgoing HTTPS connections. Some shared hosting providers restrict outbound requests.
- Test connectivity from your server. If you have SSH access, run:
curl -I https://sr.chamevo.com - If the request times out or is refused:
- Contact your hosting provider to allow outbound HTTPS to
sr.chamevo.com. - Check if a server-level firewall blocks the connection.
- Contact your hosting provider to allow outbound HTTPS to
- If your hosting uses a proxy for outbound requests, verify it supports HTTPS.
Cause 3: SSL verification issue
The Service Router uses HTTPS. Some servers have outdated SSL certificates or misconfigured SSL settings.
Fix:
- Check the
chamevo_php.logfor SSL-related errors.