The website is built on webflow using custom domain. I already configured same origin for another client using webflow, so that shouldn’t be a problem like on Shopify pages?
@Nick_Foggy is completely right in the first sentence, the problem is that your site traffic is not proxied through Cloudflare, so what you do on the CF side doesn’t work. The request just doesn’t get there, it is processed by your server and returns a 404 because the page doesn’t exist.
For this to work you need to proxy all your domain traffic through CF as well.
thanks for replying. I totally forgot about this thread. It turns out one of the developers disabled proxy and It never occured to me, that one would do that.