-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Paypal buttons not rendering #515
Comments
hi @rash09 , I don't think your screenshot uploaded. Can you try uploading it again and send over how you are setting up |
We have moved this repository to our paypal-js monorepo: https://github.com/paypal/paypal-js
Transferring this issue here: https://github.com/paypal/paypal-js/issues |
Same here |
I am having the same issue. My website's pricing section renders three PayPal button under different plans, but only one renders unless I refresh. Here is the website: https://superdevpro.com |
@naamhaiabdullah all three showed up for me without a refresh. What browser are you using? |
Hmmm, it's working on Chrome 126 (Stable) and Safari perfectly, the problem is with the Chrome 127 (Beta) I am using. |
It looks like you are not passing a client id to those requests, based on the URLs in the error message. However maybe also look at this issue: #461 |
The issue is no longer happening in Chrome Beta 128 on MacOS Sonoma. Maybe you can safely close the issue. |
Is there an existing issue for this?
🐞 Describe the Bug
Have integrated paypal in my SPA react application and in the browser network can see the successful calls by paypal APIs, however, I don't see the buttons displayed on the page. below is the attached screenshot where the div wrapper block has empty class attribute, not sure if that is causing the display issue.
Note: This react application is wrapped with Azure B2C authentication, not sure if that is blocking the buttons as I tested this integration with a simple react application and is working as expected.
😕 Current Behavior
When i load the page, paypal buttons are not visible on the page.
🤔 Expected Behavior
When i load the page , i need to view the paypal buttons
🔬 Minimal Reproduction
No response
🌍 Environment
Relevant log output
Code of Conduct
➕ Anything else?
No response
The text was updated successfully, but these errors were encountered: