Zafer Cesur

Results 61 comments of Zafer Cesur

Closing this in favor of #125, thanks for attempting!

Looks good! > I'm having a blocker when trying to persist the state, via the callback Are there any errors in your logs when the callback is invoked?

We need to define the changeset we're using in the callback, see `lib/algora/accounts/identity.ex`

> The `refresh_token` property returns a value now — instead of nil. Perfect > But I realized that I might have to implement something similar to the one here for...

Thanks for the PR! I'm getting this error on protected LiveViews (eg /channel/settings) ```elixir # KeyError at GET /channel/settings # key :conn not found in: nil # If you are...

Still seeing a similar error on latest commit when I'm not logged in ![](https://github.com/user-attachments/assets/2c5c0466-d21c-444c-b29d-aea30a051741)

Not sure I understand, in the main branch we redirect to /auth/login. Try visiting https://tv.algora.io/channel/settings

Very nice! I ran into an issue where some pipeline components crashed while the pipeline itself remained running. In this scenario, attempting to reconnect leads to `[warning] No demand made...

I don't think that's related to forwarding - been having this issue before this PR, even without any forwarding. Seems to be caused by a timeout when sending link messages...