ChildMindInstitute / MindLogger-bug-reports

GitHub repository for bug tracking and feature requesting for the MindLogger project
Other
0 stars 1 forks source link

🐛 QR code response #44

Open shnizzedy opened 4 years ago

shnizzedy commented 4 years ago

Describe the bug On the server, GET /invitation/{id}/qr is succeeding (response 200) but is returning null and not showing a QR image.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://dev.mindlogger.org/api/v1#!/invitation/invitation_getQR
  2. Enter an invitation ID
  3. Click Try it out!
  4. Get a 200 // null response

Expected behavior Get a 200 // QR image response

Additional context Running on localhost, the QR code pops up in an external viewer, so I suspect it's being generated but not returned and that show is the wrong method to use here.

shnizzedy commented 4 years ago

Since we're not using the QR codes at this time, this bug is low priority.