Open shnizzedy opened 5 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.
GET /invitation/{id}/qr
200
null
To Reproduce Steps to reproduce the behavior:
Try it out!
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.
Since we're not using the QR codes at this time, this bug is low priority.
Describe the bug On the server,
GET /invitation/{id}/qr
is succeeding (response200
) but is returningnull
and not showing a QR image.To Reproduce Steps to reproduce the behavior:
Try it out!
200
//null
responseExpected behavior Get a
200
// QR image responseAdditional 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.