Workspace Not Found

Hey I’m having trouble connecting backend from app builder. I get

{
  "error": {
    "graphQLErrors": [
      {
        "message": "Workspace not found",
        "code": "EntityNotFoundError",
        "details": {
          "workspaceId": "Workspace not found"
        }
      }
    ],
    "networkError": null,
    "message": "Workspace not found"
  }
}

No matter if I try 8base or GraphQL. The workspace is definitely there.

Hi @matkezi could you share your Backend workspace ID, and an example of the GraphQL request you’re using?

Hey,

yes sir :))
https://uk.api.8base.com/clewrk8nr01jq08mnamcw5mu3
query GetAll
{
travelOrdersList
{
count
items {
orderName,
orderOrdinal
}
}
}

Hi, @matkezi
I’ve checked this workspace and it works well for me.
Can you please check again, if it will not work, I will continue research your concern

thanks.

Hey, @matkezi ; sorry for the delay in our response; as @eugene.antonevich said, your Backend workspace works well and is reachable, so we could check your frontend calls in the meantime to ensure everything is ok:

Can you please share the workspace Id of AppBuilder?

It’s this one: …appbuilder.8base.com/workspace/cldx6suvb00cy08l0aa0360mh/dashboard

We also need a screenshot of the browser’s console when the request fails to see the REQUEST URL
being called, and a screenshot of how your BackendWorkspace is configured in AppBuilder:

I experienced the exact same problem when just testing out the AppBuilder. I was not able to locate the information you require, but I can tell you what I did to replicate.

  1. Create a backend workspace xback.
  2. Follow the “notes” backend tutorial for that workspace.
  3. Create a frontend workspace xfront.
  4. Add xback as a resource to xfront.
  5. Try to add a simple GraphQL request on that workspace, such as
    query MyQuery {
    notesList {
    items {
    id
    title
    }
    }
    }
  6. “Workspace not found” error.
    I think it is a general bug in the AppBuilder not related to a certain workspace, but that’s just a feeling.
1 Like

Hey @Remirror ,

Welcome to the community! Would you be able to post a couple of screenshots? A screenshot of the resource in app builder like what @carlos.jimenez is showing on the left there would be super helpful. Also if you could let us know your backend workspace ID. Did you enable CI/CD for that workspace?

Thanks much,

Rey

In fact I managed to do so:


Backend Workspace ID: clfmebtji00q808md9ekybmut
No CI/CD enabled.

1 Like

Thanks for the info.

Would you be able to select the failed “POST” request and let me know if there’s any information in the Response/Antwort tab?

I have tried to do so, but it says that there is no response data available for this request.