When I run my GET API endpoint “https://.bubbleapps.io/version-test/api/1.1/obj/test”
I get following error.
{“statusCode”:404,“body”:{“status”:“NOT_FOUND”,“message”:“Type not found test”}}
Everything is fine on the bubble side. Database is also public and no restrictions and table type is “test” and it matches exactly.
So why i am getting above error.