Hi,
We are trying out the new Migration API, following the documentation : Migrating to Prismic - Documentation - Prismic
Our repository already exists and is protected (Private Content API). We want to migrate new batches of data using the migration API, but the writeClient fails with an error :
response: { error: 'Invalid access token' }
We temporarily switch our Content API security to Public and it solves the issue.
Digging into the createWriteClient method options, I don't see a way to set a content access token, is it possible to do so ?
Thanks !