-
Notifications
You must be signed in to change notification settings - Fork 101
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 |
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. |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. |
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: