Skip to content
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

Bug: reply remotely not working on demo site #921

Closed
adrigen opened this issue May 22, 2024 · 4 comments
Closed

Bug: reply remotely not working on demo site #921

adrigen opened this issue May 22, 2024 · 4 comments
Labels
Bug New Issue Please apply this label to any new issues :)
Milestone

Comments

@adrigen
Copy link

adrigen commented May 22, 2024

Describe the bug
I hit reply on the demo site whilst logged out and there is an error once I submit my email

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://campground.bonfire.cafe/'
  2. Click on 'reply' after a message
  3. it asks for an email address enter '[email protected]'

Expected behavior
Get a white screen with 'Sorry, your actor or remote interaction URL was not found'

Bonfire environment (please complete the following information):
this is the online demo: https://campground.bonfire.cafe/pub/remote_interaction

Device (please complete the following information):

  • Device: pc
  • OS: mint 19
  • Browser [e.g. firefox, safari]
  • ff113
@adrigen adrigen added Bug New Issue Please apply this label to any new issues :) labels May 22, 2024
@mayel
Copy link
Member

mayel commented May 23, 2024

Hello, thanks for the report, please note that feature expects an fediverse / ActivityPub username rather than an email. Maybe we need to clarify that in the copy.

@adrigen
Copy link
Author

adrigen commented Jun 18, 2024

there should be validation on the input, right?

@ivanminutillo
Copy link
Contributor

yes @adrigen, and there are also some weird behaviours with phx-ignore on some fields (eg. the title disappear if the user focus or click other buttons)

@mayel
Copy link
Member

mayel commented Jun 18, 2024

An ActivityPub actor is indistinguishable from an email address though, until we actually try to query for it with WebFinge and not get a valid response, which is what that error message is saying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug New Issue Please apply this label to any new issues :)
Projects
None yet
Development

No branches or pull requests

3 participants