-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
To Reproduce
- Invite a user to an organization
- Wait
- Look into inbox
- try to open the link
Current vs. Expected behavior
Excpected behaviour:
Click on the link, open browser and join the organization
Current:
The link looks like this in outlook:
file:///Applications/Microsoft%20Outlook.app/Contents/Frameworks/EmailRendererKit.framework/Resources/<dns>/invitation?token=<token>
And yeah the link does not work.
Workaround:
remove the prefix and use the the link at the end.
Provide environment information
Operation System:
MacOS 26.1
Dokploy: v0.25.6
Outlook Office 365 (not the new one)Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Remote server
Additional context
The problem should be here:
| : admin.user.host; |
the dns configured in web Server is without https:// so that can be the problem, but then we changed it the dashboard was not reachable anymore
Will you send a PR to fix it?
Maybe, need help
Would like to help but don't know dokploy code and I'm also never worked with TS, I hope someone can fix it. But I'm open to help debug on my system (prod but some experiments can be done)