This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Description
Brief bug description
When I open the sample app in the web spotlight, I can't leave the configuration page. Submitting the form doesn't work, because the cookie is not accessible to the page in the iframe. You need to set the SameSite=None;Secure policy. See https://kontent.ai/learn/tutorials/develop-apps/build-strong-foundation/set-up-preview/#a-set-up-preview-for-web-spotlight
Repro steps
- Set the deployed sample app's URL as a preview URL and enable web spotlight.
- Open web spotlight
- Set your projectID and submit the form.
- The app still doesn't open (you stay on the configuration page)
Expected behavior
The app should open the homepage route with the project id in a cookie.
Test environment