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
Describe the bug
I've embedded the form on a website on a different domain (opnform.domain.io, website.com), in the console I get:
La cookie “i18n_redirected” ha sido rechazada porque se encuentra en un contexto de sitios cruzados y su “SameSite” es “Lax” o “Strict”.
To Reproduce
Publish a form and paste the embed code on a website on a different domain
Expected behavior
I don't actually know what problems that will cause because I haven't deployed the page yet to production but in testings there's that error in console.
Environment (please complete the following information):
As a side note, I also get a lot of warnings like this:
Error de mapa de fuente: No sources are declared in this source map.
URL del recurso: https://opnform.domain.io/_nuxt/BE0eY4dB.js
URL del mapa de fuente: BE0eY4dB.js.map
The text was updated successfully, but these errors were encountered:
We need to change this plugin config in nuxt.config.js to something like this:
i18n: {// Other i18n options...detectBrowserLanguage: {cookieSecure: true,// Add the `SameSite=None; Secure` attribute (required when app is embedded in an iframe)},}
Describe the bug
I've embedded the form on a website on a different domain (opnform.domain.io, website.com), in the console I get:
La cookie “i18n_redirected” ha sido rechazada porque se encuentra en un contexto de sitios cruzados y su “SameSite” es “Lax” o “Strict”.
To Reproduce
Publish a form and paste the embed code on a website on a different domain
Expected behavior
I don't actually know what problems that will cause because I haven't deployed the page yet to production but in testings there's that error in console.
Environment (please complete the following information):
As a side note, I also get a lot of warnings like this:
The text was updated successfully, but these errors were encountered: