timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.8k stars 2.05k forks source link

Refused to frame 'https://giscus.app/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". #503

Closed toughyear closed 2 years ago

toughyear commented 2 years ago

Describe the bug Giscus embed does not load.

To Reproduce

  1. Clone the repo
  2. Set the discussion repo different from the website repo.
  3. Spin up local dev server.

Expected behavior Should load the iframe correctly.

Screenshots

image

System Info (if dev / build issue):

Browser Info (if display / formatting issue):

Additional context Errors in console -

Refused to frame 'https://giscus.app/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".
image
toughyear commented 2 years ago

Addlang: 'en' to giscusConfig. Closing this.