-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to transcode QR codes pointing to localhost URLs #33
Comments
Hi, thanks for the bug report. However I can't seem to reproduce this on my side. Can you provide the HTML source for the web page where this issue happened? |
It effectively boils down to this: <div className="h-80 w-80">
<img
alt="QR Code"
height={450}
src={qrCode}
width={450}
/>
</div> I'm now wondering if the image being encapsulated in a If this doesn't suffice, I plan to publicise the page anyway for diagnostic purposes if that's any easier for you. |
Yes, I suspect that this is a image loading issue. It would be nice if you could provide the relevant parts of the rendered HTML code (not your framework code). I'm specifically interested in these info:
|
Currently writing an application that generates QR codes as BLOBs in the back-end and sends them to the front-end where they are displayed. Here's the QR code in question:
It should be pointing towards
http://localhost:3000/<base64>
or something of that nature. The QR code works through my Android phone's built-in QR code scanner, though not through the extension.The text was updated successfully, but these errors were encountered: