Copy link to clipboard
Copied
I updated from ColdFusion 2021 Update 10 to the latest (16), and now none of my RESTful services work. The error I'm getting when I refresh them is:
Error registering REST service. Please ensure that you have entered a proper mapping and path.
Application [service mapping] could not be initialized.
Reason: null
Three suggestions:
Thanks -- turns out it is indeed application.cfc...the fact that I didn't have one! I have one for the overall site, but in the root of the directory where the REST services are, I only had an application.cfm. So after Update 10, this becomes a requirement, apparently.
Copy link to clipboard
Copied
Three suggestions:
Copy link to clipboard
Copied
Thanks -- turns out it is indeed application.cfc...the fact that I didn't have one! I have one for the overall site, but in the root of the directory where the REST services are, I only had an application.cfm. So after Update 10, this becomes a requirement, apparently.