Error in Local Setup
Hi everyone, I am trying to setup
twenty
locally, but facing some issue here. Firstly when i ran npm install
it shows me the following error
```
❯ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree...Running new code with docker compose
I am trying to run the project with Docker after making some changes in the code, but it’s not rebuilding the image; it keeps using an old image. I pulled the latest code to my server and then ran docker compose down followed by docker compose up -d.
How do I ensure that Docker rebuilds the image with the latest code?...
Error facing while logging in
I followed all the steps which is in twent developer local setup docs an week back and it was running file and today I pulled all the changes and ran
npx nx start
, It started running and asked for email id and password , when i enter im getting this error
`driverError: error: column ObjectMetadataEntity.isSoftDeletable does not exist
at /Users/mohamedkaif/Documents/twenty/node_modules/pg/lib/client.js:526:17
at processTicksAndRejections (node:internal/process/task_queues:95:5)...Errors
I have an instance deployed on Render and I'm getting some strange errors on it.
I tried 'redeploy with latest version' for all 3 services but this is still happening.
Any idea why?...
Schema Update to generate custom query/mutation
i want to create custom graphql schema for my additional requirements. We have added new role based authentication feature and for that everytime we wrote new schema we have to reset the database. how can we update schema ?? @charles
npx nx workspace:seed:demo doesn't exist
I'm trying to write automated scenario according to bullet points here but I can't seed my database by running
npx nx workspace:seed:demo
(command taken from https://github.com/twentyhq/twenty/discussions/6467), is this command correct?
Logs from --verbose:
```
Error: Cannot find configuration for task twenty:workspace:seed:demo...How to change the default table view from `Companies`
When I login fresh on hosted crm, the default table is companies and I have deactivated this entity. I have clicked around and haven't found a GUI solution to change this.
Can't login to Cloud!
Hello. I can't login to the cloud version of Twenty. I just bought the membership for it, and when I try to login, I get the error: Data source metadata not found. I know for a fact I'm typing the right credentials in as I even just reset my password. Is something going on?
Twenty behind NGINX reverse proxy
Im trying to self host Twenty using docker compose and NGINX. I just followed the tutorial in the page, and altered SERVER_URL at .env to be my domain. I can access the page and use the entire system with no problems. When i try to use the API, however, it times out every time.
If i change SERVER_URL back to localhost, the API works, but i can no longer access the web part using my domain (expected).
What im a missing? I tried changing FRONT_BASE_URL, but no effect....
Existing user creating new workspace
How existing user can create a new workspace? The only way of creating a new workspace I know is by using a email never used before to create a new account and workspace at the same time.
Upgraded to latest version and Twenty crashed
Hi, I was working on Twenty and saw that I couldn't delete an Opportunity because of a bug. I saw it was resolved today and decided to upgrade. From the moment I upgraded I started receiving errors.
Upgrade 0.22.1 to v0.23.0 issues
Following the guide I'm running
```
yarn database:migrate:prod
yarn command:prod workspace:sync-metadata -f
yarn command:prod upgrade-0.23...
Invalid URL when uploading Workspace Logo (S3)
Hey, recently setup Twenty.
After configuring S3, redeploying and creating a user, I'm unable to upload a Workspace Logo.
I get an "ApolloError: Invalid URL" when clicking upload.
...
Error: ApolloError: Cache version not found
Blank screen trying to login to my app.twenty.com account
cloudflare tunnels
I am very interested in trying out twenty but when i try to use a cloudflare tunnel i just get a bad gateway error in my cloudflare dashbord i put the link to http://twenty-server-1:3008 that is the port that i set for twenty and in the env i put my link that i am using to access my app any ideas?
Filter by multi select field?
Is there a way to create a filter with the multi select field?
Say for example we want to select a relationship each business is with our company.
- Software Supplier
- Hardware Supplier...
Upgrade to v0.23.0 failing
Hi @charles hope you and team are doing well!
I'm running into issues with the v0.23.0 migration following the upgrade guide on the docs page.
-
yarn database:migrate:prod
✅...Task relations not showing up correctly
Using app.twenty.com, when selecting a task the relations show up as empty. But when viewing the same task from a person or company with links to it, then the appropriate relations do show up.
It also appears to (mistakenly) be able to add the same relationship multiple times. So via the task view, you can't tell what has been added. But when trying to do so, you might add the same relationship mutliple times. This is only visible after going to the relation and looking up the task.
Anyone else have this issue?...
Notes and Tasks
As I'm writing simple e2e tests with Playwright, I found weird case, test (which checks if the table in Companies page is visible) fails on Firefox due to different position of Notes and Tasks links in left-side menu. Is it expected? I'm attaching the screenshots for you to see the difference (all screenshots have 1920x1080 resolution)
Upgrade to 0.22 from 0.20
I would like to upgrade from 0.20 to 0.22.
There is a guide of updating from 0.21 to 0.22 but none from 0.20.
How can I upgrade from 0.20 to 0.22 ?...