14
Views
5
Comments
Solved
[Stylish Qr Code] Image URL is not working
stylish-qr-code
Reactive icon
Forge asset by Andrea Lembo
Application Type
Reactive

Hi, when I enter an image URL, no QR code is generated. QrCodeOnRenderCompleted and QrCodeOnRenderError are not called. What should I do?


Screenshot 2025-06-12 112136.jpg
2022-04-19 13-20-22
Andrea Lembo
Solution

Hi Ron,

I found a bug when performing checks on the parameters provided for the logo, but for now, I don't have time to fix it.  

If you want to use the component, it's best to retrieve the binary of the image and use it in the Binary parameter, while removing the assignment to the ImageUrl parameter. 

Br, 

AL

2025-12-09 14-11-18
Janakiraman JR

Hi Ron,

If you're experiencing issues with the Stylish QR Code, where entering an image URL doesn't generate a QR code and the QrCodeOnRenderCompleted and QrCodeOnRenderError events aren't triggered, here are some steps to troubleshoot and resolve the problem:

  • Ensure the image URL is publicly accessible And Test the URL in a browser to confirm it loads correctly.

  • Ensure the image is in a supported format (e.g., PNG, JPEG)

  • Open your browser's developer tools (F12) and check the console for any errors related to the QR code rendering.

UserImage.jpg
Ron12

I had already done/checked all these points beforehand.

2025-12-09 14-11-18
Janakiraman JR

Hi Ron,

  1. Open your browser's developer tools (F12), navigate to the Console tab, and look for any JavaScript errors that might be preventing the QR code from rendering. 
  2. In the other hand, Go to the Network tab and verify that the image URL is being requested correctly and that the response is successful (status code 200).

If you can provide more details about your current implementation, such as screenshots or any error messages from the browser console, I can offer more targeted assistance. 

UserImage.jpg
Ron12


There is no error in the console tab. Nothing is displayed in the network tab.

Do you have anything to do with the component? If not, why don't you test it yourself? You can see all the input parameters in the picture.

2022-04-19 13-20-22
Andrea Lembo
Solution

Hi Ron,

I found a bug when performing checks on the parameters provided for the logo, but for now, I don't have time to fix it.  

If you want to use the component, it's best to retrieve the binary of the image and use it in the Binary parameter, while removing the assignment to the ImageUrl parameter. 

Br, 

AL

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.