I have been enabling wave and fusion with no problems for over a year. But today, I got this error I can’t figure out:
nextflow run main.nf -entry DEEPVARIANT_ONLY --samplesheet Samplesheets/deepvariant_fill.ss.csv
Generates:
ERROR ~ Error executing process > ‘DEEPVARIANT_ONLY:deepvariant (1)’
Caused by:
Wave invalid response: POST https://wave.seqera.io/v1alpha2/container [400] {“message”:“Missing pairing record for Tower endpoint ‘https://api.cloud.seqera.io’”}
– Check ‘.nextflow.log’ file for details
When I do:
curl -H “Authorization: Bearer $TOWER_ACCESS_TOKEN” https://api.cloud.seqera.io/user
I get:
{
"user": {
"id": 14993,
"userName": "amit-indap1",
"email": "xxx",
"firstName": "Amit",
"lastName": "Indap",
"organization": null,
"description": null,
"avatar": "https://lh3.googleuse[redacted]",
"avatarId": null,
"notification": null,
"termsOfUseConsent": true,
"marketingConsent": true,
"lastAccess": "2026-02-10T04:00:15Z",
"dateCreated": "2024-11-19T16:36:16Z",
"lastUpdated": "2025-08-15T17:21:42Z",
"deleted": false
},
"needConsent": false,
"defaultWorkspaceId": "xxx",
"onboardingWorkspaceId": null
}
Everything was working fine, but I’m finding it really strange wave can’t connect with my tower access token. Any suggestion on how to fix?
