Skip to content

Fastmail email alias returning error message "forDomain" cannot be null #1260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
hongyilyu opened this issue Jan 13, 2025 · 6 comments
Open
1 task done
Labels
app:password-manager bug Something isn't working

Comments

@hongyilyu
Copy link

Steps To Reproduce

  1. Go to Generator Tab
  2. Select Username to generate
  3. Select Forwarded email alias as Username type
  4. Select Fastmail as service provider
  5. Input API Key
  6. Tap on generate on top right next to copy button

Expected Result

An email alias being generated

Actual Result

Error Message dialog pop up, indicating 'forDoamin' in 'masked email' cannot be null

Screenshots or Videos

IMG_1326

Additional Context

No response

Build Version

2024.12.0(1740)

What server are you connecting to?

US

Self-host Server Version

No response

Environment Details

Device: iPhone 15 PM
iOS version: 18.1.1

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@hongyilyu hongyilyu added the bug Something isn't working label Jan 13, 2025
@atridadl
Copy link

atridadl commented Feb 6, 2025

Same here. Have not tried other providers to see if similar.

@liambresnahan
Copy link

+1 I see the same issue here.

@liambresnahan
Copy link

To add, this is a problem in Version: 2025.1.3 (1884) as well

@mpeterson
Copy link

This was addressed on other clients as a fix for bug #9183.

@philnagel
Copy link

This was addressed on other clients as a fix for bug #9183.

It looks like the fix was to change from sending null to an empty string. I think the fix in that issue is not correct. It may be valid when the alias does not get created in the context of creating or editing a login, but when this is part of a login form, it should be sending an actual value for forDomain as it is available. Instead, it seems to be sending an empty string all the time.
It would be very helpful to have the forDomain populated by Bitwarden as it shows up in the Fastmail UI - otherwise, we have no idea which website the alias is associated with.

@mpeterson
Copy link

I agree it’s not the best behavior but at least make it consistent across clients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:password-manager bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants