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
Thanks for filling out this bug report. Please provide as much detail as possible.
[REQUIRED] Environment
Browser version:
AA SDK version:
Package:
[REQUIRED] Describe the problem
When clicking a link in one project that redirects to another on a subdomain they get this: State loaded from storage couldn't be migrated since no migrate function was provided error being thrown when using subdomain cookies.
Example config:
sessionConfig: {
expirationTimeMs: 2 * 60 * 60 * 1000,
domain: !process.env.NEXT_PUBLIC_VERCEL_ENV
? "localhost" // local development
: ".merp.io",
},
How to reproduce:
Relevant code or sample repro:
The text was updated successfully, but these errors were encountered:
Thanks for filling out this bug report. Please provide as much detail as possible.
[REQUIRED] Environment
[REQUIRED] Describe the problem
When clicking a link in one project that redirects to another on a subdomain they get this:
State loaded from storage couldn't be migrated since no migrate function was provided
error being thrown when using subdomain cookies.Example config:
How to reproduce:
Relevant code or sample repro:
The text was updated successfully, but these errors were encountered: