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

seems we cannot paginate more than 2 pages on user profile when logged out #660

Open
mayel opened this issue Aug 14, 2023 · 2 comments
Open
Labels
Milestone

Comments

@mayel
Copy link
Member

mayel commented Aug 14, 2023

related to #171 and #591 and maybe #858

@mayel mayel added the New Issue Please apply this label to any new issues :) label Aug 14, 2023
@mayel mayel added this to the v0.9.7 - feeds milestone Aug 14, 2023
@mayel mayel added Bug and removed New Issue Please apply this label to any new issues :) labels Aug 14, 2023
@mayel mayel mentioned this issue Nov 9, 2023
8 tasks
@ivanminutillo
Copy link
Contributor

This is the current error (actually we cannot paginate at all when logged out).
Debugging the code it correctly fetches new activities but fail to insert due to Could not find stream 'feed' to render data in. Will set as regular assign instead

here full logs, wonder why the form error?

[notice] Handler :default switched from :async to :drop mode
[error] Could not find stream 'feed' to render data in. Will set as regular assign instead: %{
  form: #Ecto.Changeset<
    action: nil,
    changes: %{},
    errors: [
      email_or_username: {"can't be blank", [validation: :required]},
      password: {"can't be blank", [validation: :required]}
    ],
    data: #Bonfire.Me.Accounts.LoginFields<>,
    valid?: false
  >,
  page_info: %Paginator.PageInfo{
    start_cursor: nil,
    end_cursor: "g3QAAAABaAJ3CGFjdGl2aXR5dwJpZG0AAAAaMDFISFZKU0g4Rk5GS0Y3QUFRMFRGNFhWVEs=",
    limit: 20,
    page_count: 20,
    total_count: nil,
    total_count_cap_exceeded: nil
  },
  no_header: nil,
  current_view: Bonfire.Web.HomeLive,

@ivanminutillo
Copy link
Contributor

ps the form error appears only on logged out home , the could not find stream 'feed' to render data in error instead appears on all the feeds when visited as guest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants