Hi everyone, I am currently having trouble displaying a qr code that is in base64 format.
The 2 QR Code components available at the marketplace work just fine for website URLs but I am receiving the QR code data in Base64 and when I put it as the “QR Code content”, the whole page turns white and nothing works anymore.
Can anyone tell me a way to solve this?
Or is it a problem with the components and is already being solved?
The max length of a QR code is 7,089 characters. How long is your base64 data? There is no difference to a QR code if the data is a url, regular text, or anything else.
My guess is that your data is too long for a QR code.