Error importing routes configuration file: Context validation error for the cfscript tag. The start tag must have a matching end tag. An explicit end tag can be provided by adding . If the body of the tag is empty, you can use the shortcut <cfscript …/>.
This error was generated due to some mapping settings in my Module Config:
I used to have: binder.map(‘x’).to(‘path-to-model’).initArgs(name=“dsn” dsl=“datasource”)
When I change it to: binder.map(‘x’).to(‘path-to-model’).initArgs(name=“dsn” value=“datasource”)