Hi,
We currently are reported an issue by client that the Badge is failed to push to Mozilla hosted Backpack.
The code we are using :
OpenBadges.issue([assertionURL],
function(errors, successes) {
…
The js we are using is :
<script src="https://backpack.openbadges.org/issuer.js"></script>
After input user email / password in the Backpack dialog, we got the message:
You didn't add any open badges to your Backpack.
By debugging the code above, errors object contains 1 element, it only contains the assertion link e.g. errors = ["https://myurl/webapps/…"].
We do not know what’s wrong behind, and have no clue how to fix it.
Can anyone help us to identify the issue?