#rssv-elements-error
1 messages · Page 1 of 1 (latest)
@stuck ginkgo Hello! I'd be happy to help but I will need a lot more details than this about your integration, what's happening, the error(s) you see in the JS console, etc.
rssv-elements-error
I assume it's related with opacity
I can't push rgba in live mode (sometimes it allows) but it wasn't a problem in test mdoe
Sorry this is all really high level. Can I ask you to provide a lot more actionable details? If you know what it might be you should be able to hardcode some values and see the exact error your get back and share the exact code for me to reproduce
Hello! Sorry that's just a weird picture without much context
Can you share
1/ Exact code as text for me to repro end to end
2/ A URL where I can see this error live
thanks looking
that URL doesn't work and gives a 404
Are you sure?
yep I am sure, I just get a 404 from nginx when I load that page
Can you give real end to end code so that it's not just the appearance?
alright fixed
the issue was color is not accepting alpha channel
i removed it's alpha
but that wasn't an issue in public key
also, it's somehow works sometimes with private key as well
I think you should take a look at it
but it's an apperance issue
yep let me try in Test/Live mode
works totally fine for me in both Live and Test mode with that exact appearance you shared
Uncaught Error: Invalid color provided "rgba(255, 255, 255, 0.7)". The following formats are supported: HEX, rgb(), and hsl(). I do have this but it renders
which browser is it crashing on?
Did you get 1 of them or 3?
I was getting 3 errors when it stop renders
Hm
yes you're right
but I think it should be consider as bug considering it was rendering sometimes
not sure it's a thing or not
I mean it renders fine for me in all cases but flagging that fiat / flat discrepancy where in Test mode you were getting a warning saying "that theme doesn't exist" and in prod it must try to render anyways
but why it's currently rendering in prod?
i fixed the alpha channel errors, no issue at all
I mean it works fine for me I get no crash, it ignores the invalid values that's all