We've moved discussions to Discord

Errors in console, Stripe & Turbolinks

Ugurcan Kaya
I get these errors in browser console in production.

Unexpected value 1rem parsing width attribute.    - turbolinks.js 

Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://js.stripe.com’) does not match the recipient window’s origin (https://xxx.com)
Chris Oliver
Stripe has said you can ignore that error with their JS. It doesn't affect anything.

As for the Turbolinks one, no idea. Did you add a width="1rem" somewhere in your HTML? Probably want to do that with style attribute instead I guess.
Ugurcan Kaya
I don't have 1rem anywhere, so I thought it could be related to tailwindcss

By the way, connected_account.scss colors do not work in production.

I tried to move those colors to tailwind.config.js but it still does not work.
Chris Oliver
Tailwind is just classes, not width attributes in HTML, so that wouldn't be it. Also we'd see it on Jumpstart's website if that were the case.

I'll take a look at the connected_account.scss file. I don't think we're using them anywhere right now.
Notifications
You’re not receiving notifications from this thread.