Will Lutz
Will Lutz
Explore posts from servers
XXata
Created by Will Lutz on 10/14/2024 in #help
REST API - Unknown Column Type
https://xxx.us-east-1.xata.sh/db/xxx:main/tables/Job/query Body I'm sending is:
{
"columns": ["title", "status"],
"filter": {
"status": "APPROVED"
},
"sort": {
"postedAt": "desc"
}
}
{
"columns": ["title", "status"],
"filter": {
"status": "APPROVED"
},
"sort": {
"postedAt": "desc"
}
}
4 replies
TtRPC
Created by gave_one on 4/21/2024 in #❓-help
tRPC failed on <no-path>: `headers` was called outside a request scope
@gave_one I'm running into the same issue, from the same T3 app. You ever figure it out?
9 replies