Lucee 5.2.9.31 - cfajaxproxy calling url relative to root

Currently I am moving a site over from ACF to Lucee and when I try and use cfajaxproxy from one of my apps, the url it calls for the cfc goes to the root of the site.

For example, url should look like this: https://site.com/folder/folder/folder/folder/folder/proxy.cfc?method=
But the url ends up looking like this: https://site.com/proxy.cfc?method=

My cfc is included in the same folder level as the page I am calling it from, and I can dump the component so Lucee is finding it. Does anyone have any ideas? Thanks for the help in advance!