You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report: Subscription Price Not Displayed on "Upgrade to Plus" Page
Description
When clicking on "Upgrade to Plus" button and opening the subscription page, the subscription price fails to appear (an empty space is shown instead). Everything else on the page loads normally.
Console Error
Access to fetch at 'https://api.paddle.com/pricing-preview' from origin 'https://app.daily.dev/' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Possible Cause
The error indicates a CORS policy issue:
The API request to https://api.paddle.com/pricing-preview is being blocked because the response to the preflight request does not include the Access-Control-Allow-Origin header.
Expected Behavior
No response
Steps to Reproduce Issue
1. Navigate to the "[Upgrade to Plus](https://app.daily.dev/plus)" page.
2. Observe that the subscription price does not display on the page.
3. Open the browser's developer tools and check the console for errors.
Solution Proposed
No response
Screenshots
Environment
Chrome 131.0.6778.265 (Official Build) (x86_64)
Browsers
Chrome
OS
Mac
Version of daily.dev
No response
Additional Context
> Access to fetch at 'https://api.paddle.com/pricing-preview' from origin 'https://app.daily.dev/' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Code of Conduct
I follow the conditions of this project.
The text was updated successfully, but these errors were encountered:
What went wrong? 🤔
Bug Report: Subscription Price Not Displayed on "Upgrade to Plus" Page
Description
When clicking on "Upgrade to Plus" button and opening the subscription page, the subscription price fails to appear (an empty space is shown instead). Everything else on the page loads normally.
Console Error
Possible Cause
The error indicates a CORS policy issue:
https://api.paddle.com/pricing-preview
is being blocked because the response to the preflight request does not include theAccess-Control-Allow-Origin
header.Expected Behavior
No response
Steps to Reproduce Issue
Solution Proposed
No response
Screenshots
Environment
Chrome 131.0.6778.265 (Official Build) (x86_64)
Browsers
Chrome
OS
Mac
Version of daily.dev
No response
Additional Context
Code of Conduct
The text was updated successfully, but these errors were encountered: