Ekofi Research
Ekofi Research
Hmm, it works well. https://imgur.com/H9MnnpJ
Actually, I found this: ``` VM989 js:2 Uncaught Error: Attempted to load sdk version 5.0.323 on page, but window.paypal at version undefined already loaded. To load this sdk alongside the...
Yes, fully client side rendered. So can't I create my own button rather than original button for that?
Next.js loads 2 scripts: 1: https://www.paypal.com/sdk/js?client-id= 2: https://gist.github.com/ekofi/5c2d2d2ff62ccc4407e05af2327be9c8 - I found that was entire page chunk Are these related?
Interesting fact is that, ``` import { PayPalScriptProvider, PayPalButtons } from "@paypal/react-paypal-js"; export default function Home() { return ( ); } ``` This works.
> I can do more follow up on Monday, but any difference if you put `` higher up in your app in case somehow it's being rendered multiple times (i.e....
Any updates? @piotrva
Not working @codewithsebas
+1, same happened