Table not found #4279
Table not found
#4279
-
I have a database with several personalized schemes. Everyone is exposed to the API, I can get tables and views, however I can not make posts to the tables. I only get the error in response: localhost:3000/table not found |
Beta Was this translation helpful? Give feedback.
Answered by
taimoorzaeem
Aug 23, 2025
Replies: 1 comment 5 replies
-
How are you doing the request? Is it with a curl or a js client? Please add the POST example and the exact error you're getting to better debug the issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For
POST
method, you need to useContent-Profile
header instead ofAccept-Profile
as mentioned in the docs.