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
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.
Create a backend workspace xback.
Follow the “notes” backend tutorial for that workspace.
Create a frontend workspace xfront.
Add xback as a resource to xfront.
Try to add a simple GraphQL request on that workspace, such as
query MyQuery {
notesList {
items {
id
title
}
}
}
“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.
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?