proversity-org / badgr-xblock

3 stars 5 forks source link

Criteria link not working #12

Closed mariushuman closed 6 years ago

mariushuman commented 6 years ago

When trying to open the 'Criterial' link for a badge, the user gets an 'ERR_CONNECTION_TIMED_OUT' error message.

The issue is that when the 'Criteria' is created, the internal mechanism for badgr generates a HTTPS link and is sohuld be a std HTTP url

Steps:

  1. Login to badgr - http://badgr.proversity.org
  2. Click on Issue Badges.
  3. Select a 'Issuer' (Client)
  4. Select a badge.
  5. Click on the 'Criteria' link

Results. The user gets an error - See screenshot below image

Expected results The user is able to view the criteria of the badge.

nicovanniekerk commented 6 years ago

for badgr all urls must be configured to start as HTTP and not HTTPS

nicovanniekerk commented 6 years ago

not a bug. config issue

nicovanniekerk commented 6 years ago

@mariushuman bug fixed, was in effect a config issue, i opened badgr up to https and it resolved all the problems. please check it out and close when good.

mariushuman commented 6 years ago

@nicovanniekerk awesome, all looks good. Badges are showing and the 'Criteria' page loads. Will close the ticket.