ɃØĦɆᵾS
How to change workspaces
I pulled newest changes which contain this PR and it seems it's impossible to change workspace now, how can I jump between workspaces as it's somewhat irritating when I have to reset database just to change between workspaces
EDIT: Okay, I found how to do it, you simply have to remove the sub-domain from the beginning of URL, still preferred previous solution as it was simple
15 replies
Sending emails to smtp4dev
I'm trying to test emails with smtp4dev, logs appear about sent email but nothing appears in smtp4dev web page, here's what I did:
- worker is running from
npx nx start
- created new smtp4dev container using docker run --rm -it -p 8090:80 -p 2525:25 rnwood/smtp4dev
from docs
- uncommented necessary options in .env in twenty-server (all starting at EMAIL_ except for EMAIL_SMTP_USER and EMAIL_SMTP_PASSWORD)
- created new mailbox in smtp4dev for [email protected]
- sent forgot password and invitation email but got nothing
Am I missing something like another worker?28 replies
Webhooks not sent in local setup
I tried setting webhooks in Settings to be sent to https://webhook.site to check @Skyfox675's problem with duplicated webhooks but upon setting them, no webhook was sent to specific address. From what I know, there's no need to set any kind of authorization as they're basically a callbacks. What am I setting wrong?
74 replies
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:
36 replies