Deepak Kumar
Deepak Kumar
No, I haven't yet started on email templating. I planned it at last as it's a styling part. Currently only testing with bare minimum. You can start on this. Once...
Hey @FelixMalfait, Backend dev has completed. Now setting up frontend. I've hit one blocker though - I've added a mutation file under `twenty-front/src/modules/auth/graphql/mutations/generatePasswordResetToken.ts` with content ``` import { gql }...
> .env is pointing to the right backend? Yep, frontend application works at localhost:3001 and opens correctly. I debugged it, actually, the GQL query was incorrect instead of `generatePasswordResetToken()` it...
Thanks @martmull. How do I get the mails? Currently, they are logged in terminal but would want to see the actual email. Do we have any mailhog setup where these...
@FelixMalfait @Bonapara How do I get to show the proper error message on frontend? For example, one request gives this error - But on frontend, on extracting the `error` from...
@FelixMalfait @charlesBochet, I've opened a PR here - https://github.com/twentyhq/twenty/pull/3538 @martmull LMK if there is any change in email module. Will update this PR too.
@mustajab-ikram Are you working on this? If not, maybe I can take this up.
@lucasbordeau I tried taking a look into this and found that none of the files are part of compilation. This is done by using `--listFilesOnly` flag available on `tsc` command...
Hey @bosiraphael, I'm currently working on this https://github.com/twentyhq/twenty/issues/3245. Will be able to take this once I complete that.
Hey @bosiraphael I'm still working on the other issue mentioned above. I can take this in the next week. If it's on priority, may be un-assign me accordingly.