#rssv-elements-error

1 messages · Page 1 of 1 (latest)

vapid gladeBOT
grave solar
#

@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

stuck ginkgo
#

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

grave solar
#

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

stuck ginkgo
#

Are you sure?

grave solar
#

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?

stuck ginkgo
#

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

stuck ginkgo
grave solar
#

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

stuck ginkgo
#

Awkward

#

have you get any errors in console

grave solar
#

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?

stuck ginkgo
#

Chrome

#

It's latest version

stuck ginkgo
#

I was getting 3 errors when it stop renders

grave solar
#

ah wait your theme is fiat

#

shouldn't it be flat?

stuck ginkgo
#

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

grave solar
#

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

stuck ginkgo
#

but why it's currently rendering in prod?

#

i fixed the alpha channel errors, no issue at all

grave solar
#

I mean it works fine for me I get no crash, it ignores the invalid values that's all