Deployed Website Not Working #52659
Replies: 2 comments
-
|
The error message you're seeing suggests that the interest-cohort feature is not enabled on your website. This feature is related to Google's Federated Learning of Cohorts (FLoC) initiative, which is used to track user behavior for advertising purposes. One possible solution is to disable this feature on your website. You can do this by adding the following header to your HTTP response: Permissions-Policy: interest-cohort=() You can add this header in several ways, such as by modifying your server configuration or by using a middleware in your application. If you're using GitHub Pages to host your website, you can try adding the following meta tag to the section of your HTML file: This should have the same effect as adding the header to your HTTP response. If none of these solutions work, you may want to contact GitHub support for further assistance. They may be able to provide more insight into the issue and help you resolve it. Hope this helps! 🙌🙌 |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
i have deployed my react website from my vs code editor on gh-pages branch and my website is just not visible only the message in the console has appeared which is
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
i have had help from chat gpt like allowing cookies and adding a meta tag in index.html file and again rebuilding and deploying my website and all the things he said i did but in the last the issue remains the same and i also tried to see website on different browser and did all the things chatgpt said as you know but still the issue persists so in the end chatgpt said to contact github support so i am doing that please tell me any valid sollution to the problem
Beta Was this translation helpful? Give feedback.
All reactions