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
I having a issue regarding the X-Frame-Options header configuration on my Next.js frontend deployed on Vercel.
Problem Description:
When attempting to embed my Next.js application in an iframe on another domain (specifically, within the Sanity Studio at (MY URL), i've encountering the following error message in the browser console:
Refused to display 'MY URL in a frame because it set 'X-Frame-Options' to 'deny'.
Current Configuration:
Upon inspection of the headers returned by our Next.js application, I noticed the following relevant headers:
X-Frame-Options: ALLOW-FROM URM
Still in sanity i cannot preview anything because i get an error
Refused to display 'MY URL' in a frame because it set 'X-Frame-Options' to 'deny'.
The text was updated successfully, but these errors were encountered:
Hi,
I having a issue regarding the X-Frame-Options header configuration on my Next.js frontend deployed on Vercel.
Problem Description:
When attempting to embed my Next.js application in an iframe on another domain (specifically, within the Sanity Studio at (MY URL), i've encountering the following error message in the browser console:
Refused to display 'MY URL in a frame because it set 'X-Frame-Options' to 'deny'.
Current Configuration:
Upon inspection of the headers returned by our Next.js application, I noticed the following relevant headers:
X-Frame-Options: ALLOW-FROM URM
Still in sanity i cannot preview anything because i get an error
Refused to display 'MY URL' in a frame because it set 'X-Frame-Options' to 'deny'.
The text was updated successfully, but these errors were encountered: