Hi, when I enter an image URL, no QR code is generated. QrCodeOnRenderCompleted and QrCodeOnRenderError are not called. What should I do?
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
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.
I had already done/checked all these points beforehand.
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.
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.