I’m encountering two main issues with my website deployment using Bolt.new and Netlify (via Git):
- YouTube Embed Error
I’m trying to embed a YouTube video on my site but keep running into issues. Initially, I saw a “YouTube refused to connect” error, which I addressed by verifying the embed code and YouTube settings. Now, I’m getting the error: **“Video temporarily unavailable, please check back later.”**Steps I’ve tried so far:
- Ensured the YouTube video is publicly accessible and embedding is allowed.
- Checked Content Security Policy (CSP) headers to confirm
frame-src
includeshttps://www.youtube.com/
. - Used the correct YouTube embed format:
- Managing Multiple Site Copies on Netlify
I’m also struggling with how my Netlify deployment is connected to Git. Currently, I have four different copies of the same site on Netlify, and it’s confusing to manage. Ideally, I’d like to have just one site that I can edit, and any changes I make via Bolt.new and are automatically reflected on the live site. I’m not fully clear on how the Git/Netlify connection works. It feels like every time I make changes or attempt to deploy, a new copy of the site gets created instead of updating the existing one.
Any guidance on:
- Resolving the YouTube embed issue.
- Streamlining the Netlify deployment process to maintain a single site that automatically updates with changes.
Thank you in advance for your help!