You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to send a PM, when adding a user based on mentions in the post, if the recipient does not exist (I mistyped the domain), the action fails silently on the front-end (with the backend log showing that the webfinger request fails with an error.)
Talking about the "Add" option here:
The log on the backend:
INFO * [db sql] SELECT "MiUser"."id" AS "MiUser_id", "MiUser"."updatedAt" AS "MiUser_u
INFO * [remote resolve-user] WebFinger for [email protected]
ERR * [remote resolve-user] Failed to WebFinger for [email protected]: request to https://raccoon.hollow.quest/.well-known/webfinger?resource=acct%3Amizah%40raccoon.hollow.quest failed, reason: cacheableLookup ENOTFOUND raccoon.hollow.quest
WARN * [api] failed to resolve remote user: Error: Failed to WebFinger for [email protected]: request to https://raccoon.hollow.quest/.well-known/webfinger?resource=acct%3Amizah%40raccoon.hollow.quest failed, reason: cacheableLookup ENOTFOUND raccoon.hollow.quest
INFO * [db sql] SELECT "MiUser"."id" AS "MiUser_id", "MiUser"."updatedAt" AS "MiUser_u
INFO * [remote resolve-user] WebFinger for [email protected]
ERR * [remote resolve-user] Failed to WebFinger for [email protected]: request to https://raccoon.hollow.quest/.well-known/webfinger?resource=acct%3Amizah%40raccoon.hollow.quest failed, reason: cacheableLookup ENOTFOUND raccoon.hollow.quest
WARN * [api] failed to resolve remote user: Error: Failed to WebFinger for [email protected]: request to https://raccoon.hollow.quest/.well-known/webfinger?resource=acct%3Amizah%40raccoon.hollow.quest failed, reason: cacheableLookup ENOTFOUND raccoon.hollow.quest
🥰 Expected Behavior
The dialog gives some intelligible error message.
🤬 Actual Behavior
Nothing visible happens on the front-end, causing confusion to the user.
📝 Steps to Reproduce
Start the server with pnpm run dev
Open the frontend.
Write up a PM that @ mentions a user on a non-existent instance domain
Click "Add" for missing recipients.
Observe nothing happening. Observe the error showing up in the log where pnpm is running.
💻 Frontend Environment
* Model and OS of the device(s): Framework 16; NixOS Unstable.
* Browser: Firefox 131.0.2
* Server URL: Temporary development evnironment.
* Misskey: a11b77a4158e07c18bcc57f77660cb08c0d950ea (GitHub)
🛰 Backend Environment (for server admin)
* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:
Do you want to address this bug yourself?
Yes, I will patch the bug myself and send a pull request
The text was updated successfully, but these errors were encountered:
Looks like the exception is simply not handled: Uncaught (in promise)
Object { message: "Failed to resolve remote user.", code: "FAILED_TO_RESOLVE_REMOTE_USER", id: "ef7b9be4-9cba-4e6f-ab41-90ed171c7d3c", kind: "server" }
💡 Summary
Hi there!
Trying to send a PM, when adding a user based on mentions in the post, if the recipient does not exist (I mistyped the domain), the action fails silently on the front-end (with the backend log showing that the webfinger request fails with an error.)
Talking about the "Add" option here:
The log on the backend:
🥰 Expected Behavior
The dialog gives some intelligible error message.
🤬 Actual Behavior
Nothing visible happens on the front-end, causing confusion to the user.
📝 Steps to Reproduce
pnpm run dev
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: