Good afternoon. Has anyone front this problem at `...
# ask-community-for-troubleshooting
m
Good afternoon. Has anyone front this problem at
/v1/web_backend/connections/list
query on 0.26.2-alpha version?
data: { message: 'Could not find configuration for STANDARD_SYNC_OPERATION: c2c7578b-f37b-45b5-b803-9e87c2f53f36.',                  exceptionClassName: 'io.airbyte.server.errors.IdNotFoundKnownException', exceptionStack: [Array], rootCauseExceptionClassName: 'java.lang.Class', rootCauseExceptionStack: [Array] }
query:
config: {
url: 'http://[...]:8000/api/v1/web_backend/connections/list',
method: 'post',
data: '{"workspaceId":"72cf4353-de0e-402b-a54c-043567f04a6d"}',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
'User-Agent': 'axios/0.21.1',
'Content-Length': 54
},
u
@Mané Rom is possible to use the defautl workspaceId?
m
how can I do that? I store at my own db a workspaceId when it's created for first time
u
Copy code
{
  "workspaceId": "5ae6b09b-fdec-41af-aaf7-7d94cfc33ef6"
}
just give a try