Getting Error while executing `graphql:data:generate` script in twenty-front module
I have made changes to the Response of verify mutation. I am sending back some additional fields for user in Verify Mutation Response. In order to sync those changes with frontend codegen autogenerated schema, I will have to run
graphql:data:generate
script (as far as I understand). In this script I am getting this error.Setting up URL/Domain
I get a little stuck on this.
in the .env there's the:
```SERVER_URL=https//lcoalhost:3000
FRONT_BASE_URL=http://lcoalhost:3000...
Access API
The demo plateform is broken, so I cannot generate an API key to access the rest api documentation
https://docs.twenty.com/rest-api/core#/
Is there a way to access this documentation? Even a static (not up to date) version will be great....
API filter getting 500
I would like to use the API to fetch some data. One of them contains a select field.
According to the doc I should be using
createdAt[gte]:\"2023-01-01\"
so with the select field :
status[in]:[\"closed\"]
But I keep getting 500 errors
(I've tried also status[in]:["closed"] | status[in]:[closed]
...) but each time a 500 error :/...Can i do it with twenty
Hi. I am new to twenty. I've been searching for years for an open source tool with a nice UI like this one.
We currently have an own developed contact system/crm that I would really like to consider replacing by a tool like this but we have some specific requirements that I am not sure can be tunned into Twenty:
- we need multiple emails on companies with our own category/type definition each. We use this to push department contacts from another tool via API....
Kanban Board not getting setup
Hi @charles,
I am figuring. I did put a select field and inspite of that the kanban board is not getting setup. Have to check if the ID is being passed. Sharing video in github issue as I am unable to upload here. Uploaded here - https://github.com/twentyhq/twenty/issues/4733...
Members in Read mode
Is it possible to add a member in read mode only ?
I mean not able to write modifications in the database (and not access settings) ?...
Backup/restore/Migrate database
I have a local server in 0.3.2 and a (future) prod server in 0.3.3.
I would like to move my database from the first one to the second one.
Ok so I dumped DB:...
Cannot add new elements (person, company or opportunity)
Hello, we have an already populated twenty instance... After the update we are not able to add anywthing new and we gett an apollo error 500.
In the logs we get
'twenty | Exception Captured
twenty | {...
Developers settings tab seems to be broken.
I just cloned a fresh project and completed the Local Setup as per instructions in Docs.
This page has errors....
Where to integrate GraphQL Shield ?
If I wanted to integrate GraphQL-Shield to apply certain filters to Workspace resolvers and queries then what would be the sweet spot to integrate it ?
database volume path
Question about the volume path for the database. In the self-hosted docs the docker-compose specifies
```
db:
image: twentycrm/twenty-postgres:${TAG}
volumes:...
Kanban view for opportunities not working after update to 0.3.3
Hello, we are using twenty with docker. After the update the kanban view in oportunities is not working anymore...
Nothin is visualized in the ui as you can see in the screenshot, table view works.
PS:
we had to run...
Connect with google
Trying to connect with google (i have connected it with 0.3.2 previously)
Twenty is sending a request to google using https://api-prod.twenty.com/auth/google-apis/get-access-token
Rather than
https://crm.mydomain.com/auth/google-apis/get-access-token...
How would I append a Custom Resolver with my Workspace GraphQL Schema ?
I want to create a custom Mutation Resolver and I want it to be accessed through workspace schema only. How would I do that ?
I tried this approach but with this, I am seeing the Query without passing Auth token for my workspace in GraphiQL....
Cannot access Twenty
I setup a standalone local server using an old Mac mini with ubuntu.
So I installed everything using Docker method.
Here is my .env:...
Yarn not in twenty-Server 0.3.3 (Docker)
I noticed the file size is 112.21 MB for 0.3.3 vs 0.3.2 of 320.31 MB
I noticed this as i usually go into the Twenty-Server container a do the yarn database:reset to get things working. and this time i noticed that and npm wasn't installed
is this suppose to be included or not?...
How do I get Mutations and Queries in GraphiQL ?
How can I see all the queries and mutations that are being performed from the frontend in Graphiql (Which right now I am accessing at "localhost:3000/graphql") ?
Right now I can only see these. But there are more and they are being accessed by Frontend itself....
Feature Flag
I want to know from where to handle feature flag.
From where to control the feature flag....