Unable to redirect users from one page to another with page rules - nothing works

What is the name of the domain?

example.app, cant share domain because its a private client project but it ends in .app

What is the issue you’re encountering

Trying to redirect within the same websites from the Home page to “/waitlist” all visitors who are outside the US, but nothing works

What steps have you taken to resolve the issue?

I checked to make sure all DNS records are in order and proxied through cloudflare, website and email are work fine but redirect doesn’t work
Created a redirect rule based on country but when opening the website on different devices it doesn’t work on any of them
I have bypassed cache page rule and purged all cache and still nothing
I tried creating a page rule that does the same instead of a redirect rule and it does nothing
I created a worker as well to do this and also it doesn’t redirect, the worker seem to show log data so I assume it was working, I tried 2 different workers
I changed the settings on the redirect rule many times and tried again but still nothing, I even tried redirecting anyone that visits the homepage no matter the country and it still didn’t redirect
My website/app is built on bubble io so Im not sure if this is part of the issue but I doubt it?

Its as if my website is not being affected by Cloudflare at all, but again DNS records and custom email routing and website are working fine what could be the issue?

bubble.io use Cloudflare so if your DNS records are A/AAAA records pointing to them then requests will go direct to their Cloudflare zone and not pass through yours. Any rules set for those records in your account then can’t have any effect.

If they have a CNAME you can use instead, and they use Cloudflare for SaaS, you can use that CNAME, proxied, instead of A/AAAA records and then requests will pass through your zone first before going to bubble.

Thank you Im working over this info and trying this now I will report back when I solved it, hopefully!

This topic was automatically closed after 15 days. New replies are no longer allowed.