Is there an existing issue for this?
Current behavior
When Plane creates the initial bot user called Plane, it sets it's email to bot_user_{workspace_slug}@plane.so, which is incorrect as plane.so is not the domain of our self-hosted instance.
Steps to reproduce
Run Plane on your own infrastructure and create a workspace, then check the DB.
Suggested fix
Plane would need to know it's own domain, the environment variable configuration system you have already understands APP_DOMAIN, if you plumb that through into the api django application, that could be easily used for generating the emails. I'd do this myself, but I don't know the codebase that well and it's not a blocker so I'm not feeling like spending too much time on this (when someone else can do this in 5 minutes).
Environment
Production
Browser
Mozilla Firefox
Variant
Self-hosted
Version
v1.3.1
Is there an existing issue for this?
Current behavior
When Plane creates the initial bot user called
Plane, it sets it's email tobot_user_{workspace_slug}@plane.so, which is incorrect asplane.sois not the domain of our self-hosted instance.Steps to reproduce
Run Plane on your own infrastructure and create a workspace, then check the DB.
Suggested fix
Plane would need to know it's own domain, the environment variable configuration system you have already understands
APP_DOMAIN, if you plumb that through into theapidjango application, that could be easily used for generating the emails. I'd do this myself, but I don't know the codebase that well and it's not a blocker so I'm not feeling like spending too much time on this (when someone else can do this in 5 minutes).Environment
Production
Browser
Mozilla Firefox
Variant
Self-hosted
Version
v1.3.1