Why, after executing dddice.roll([{ theme: "dddice-standard", type: "2d12" }]);, did the two internal requests both fail? When debugging dddice-js, two internal requests were sent to https://dddice.com/api/1.0/roll and https://dddice.com/broadcasting/auth, but both requests reported errors, one with a 422 status code and the other with a 403 status code.
Why, after executing dddice.roll([{ theme: "dddice-standard", type: "2d12" }]);, did the two internal requests both fail? When debugging dddice-js, two internal requests were sent to https://dddice.com/api/1.0/roll and https://dddice.com/broadcasting/auth, but both requests reported errors, one with a 422 status code and the other with a 403 status code.