arnavsaxena
arnavsaxena
TTwenty
Created by Cosmos on 7/6/2024 in #❓︱help
Error 500 when connecting Gmail
Is it possible to solve it without setting up the s3 bucket?
19 replies
TTwenty
Created by Cosmos on 7/6/2024 in #❓︱help
Error 500 when connecting Gmail
Hi, facing the same issue
19 replies
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Thanks so much, this approach would possibly help with versioning of the files as well
9 replies
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Got it
9 replies
TTwenty
Created by arnavsaxena on 9/5/2024 in #❓︱help
how to create metadata for attachments?
Anybody?
9 replies
TTwenty
Created by ADMIN GIT on 9/2/2024 in #❓︱help
Twenty Demo Example: How to Place an Entity on the Top Navigation Bar
Yes please
5 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
Kk
9 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
We have forked the repo, so are trying to put this in a single view. Any guidelines on how to rewrite the recordTable?
9 replies
TTwenty
Created by arnavsaxena on 7/29/2024 in #❓︱help
How to create a view/ table of multiple objectMetaDataItems?
Yes, I want to see a table with people and each Message(job_name) as column name and messages as row values
9 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
So this has to go in a while loop?
10 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
query: "query FindManyPeople($filter: PersonFilterInput, $orderBy: [PersonOrderByInput], $lastCursor: String, $limit: Int) { people(filter: $filter, orderBy: $orderBy, first: $limit, after: $lastCursor) { edges { node{ id } cursor } } }" operationName: "FindManyPeople" variables: " { "limit": 1000, "lastCursor":"WyIwNWI2Mzk4NC05YWFhLTRkMDItOTc5Ny0zNzFlN2U3MWVjMDIiXQ==" }"
10 replies
TTwenty
Created by arnavsaxena on 7/26/2024 in #❓︱help
How to increase the default number of results (30) in graphql?
Even after adding : { "limit": 1000, }, I am receiving only 30 results.
10 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
We are using macOS M2. We tried uninstalling all Postgres, all sets of things but still used to get graphql does not exist. We even tried to create a new user but gave the same error. Eventually, we erased and formatted our macOS and it started to work. Phew 😮‍💨
17 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
I am doing make postgres-on-macos-arm and i get "graphql" does not exist. I have tried removing all versions of postgres from my system, ensuring I am running node 18.17.1. Yet, failing.
17 replies
TTwenty
Created by Muralidhar on 5/26/2024 in #❓︱help
Error TS5042: Option 'project' cannot be mixed with source files on a command line
yes, and facing graphql does not exist
17 replies