Worker URL Rewrite not working on Bubble.io
I wrote a Worker that is applied to the Worker Route:
Its job is to rewrite: domain.aholics.com → aholics.com/?site=domain
This test page returns the Domain and Site parameter correctly:
https://aholics.com/?site=test
This test page does not, despite the logs (below) looking correct:
https://test.aholics.com
(note the Site parameter is excluded and the Domain isn’t rewritten)
-------------------
*.aholics.com/*Its job is to rewrite: domain.aholics.com → aholics.com/?site=domain
This test page returns the Domain and Site parameter correctly:
https://aholics.com/?site=test
This test page does not, despite the logs (below) looking correct:
https://test.aholics.com
(note the Site parameter is excluded and the Domain isn’t rewritten)
-------------------