Quick diagnostics
Test the rule:- Open an incognito browser window
- Visit a URL that should match your rule pattern
- Check if you’re redirected
Common causes
1. App embed not activated
Most common issue: Redirect rules require the app embed to be turned on. Check:- Shopify admin → Online Store → Themes
- Click Customize on your live theme
- Click App embeds icon (puzzle piece)
- Find Redirect Pro
- Ensure toggle is ON
- Click Save
2. Usage quota reached
Issue: If you’ve hit your monthly tracked visits limit, redirect rules pause. Check: Dashboard shows quota usage (e.g., “500 / 500 tracked visits”). Fix:- Wait until quota resets next month
- Upgrade your plan for more visits
- Convert high-traffic patterns to 301 redirects
3. Pattern doesn’t match URL
Issue: The “Redirect from” pattern doesn’t match the URL you’re testing. Common mistakes:- Wrong pattern structure:
/blog/⑴doesn’t match/news/post
4. Redirect from URL is active
Issue: Redirect rules only work on broken links (404 errors). Check: Visit the URL you’re testing. If a page loads instead of 404, the rule won’t work. Fix: Redirect rules are for handling broken URLs. For active pages, you cannot use redirect rules or 301 redirects.5. 301 redirect takes priority
Issue: If a 301 redirect exists for the URL, it will redirect before the rule can match. Check: Search your URL Redirects list for the specific URL. Fix: This is correct behavior - 301 redirects should take priority. Delete the 301 if you want the rule to handle it instead.6. Browser caching
Check: Test in incognito mode or a different browser. Fix: Clear browser cache or use incognito to verify the rule is working.Understanding redirect rule behavior
Redirect rules are JavaScript-based:- Run in the visitor’s browser (not server-side)
- Only activate on 404 error pages
- May show brief flash of 404 page before redirecting
- Provide no SEO benefits (use 301 redirects for SEO)
Still not working?
Get help: Contact support with:- Your myshopify.com URL
- Details of your redirect rule