Hi everyone.
I’m using Coldbox 6.9.0+9 and Wirebox 6.9.0+9
If i active the auto detection of evironment:
environments = { development : "localhost,^127\.0\.0\.1,services.myapp.local" };
I get this error:
Builder.DSLDependencyNotFoundException
The target 'ExplicitCall' requested a missing dependency with a Name of '' and DSL of 'JSONPrettyPrint@JSONPrettyPrint'
{"REQUIRED":true,"DSL":"JSONPrettyPrint@JSONPrettyPrint","NAME":""}
I tried to manual install JSONPrettyPrint without solution.
This appen when i invoke the renderData() method, like this:
return arguments.event.renderData(
data="Not Authorized (token invalid)",
statusCode=401,
statusText="Unauthorized"
);
I attach the entire error.
error-coldbox.html.pdf (759.6 KB)
Any idea?
May thanks.