oban-bg/oban

Oban Web is refreshing the page constantly

Closed this issue · 1 comments

Environment

  • oban: 2.17.4
  • oban_web: 2.10.2
  • oban_pro: 1.2.2
  • 1.15.4

Current Behavior

The browser keeps just refreshing itself over and over again and showing this message in the console:

Navigated to http://localhost:4000/admin-backend/oban
phx-F7YDJoL8a1zM4g9C error: unauthorized live_redirect. Falling back to page request -  
Object { reason: "stale" }
[oban:962:13223](http://localhost:4000/admin-backend/oban)
phx-F7YDJoL8a1zM4g9C socket: disconnect for page nav -  undefined [oban:962:13223](http://localhost:4000/admin-backend/oban)
phx-F7YDJoL8a1zM4g9C destroyed: the child has been removed from the parent -  undefined [oban:962:13223](http://localhost:4000/admin-backend/oban)
 destroyed: the child has been removed from the parent -  undefined

Here's a video:
https://github.com/sorentwo/oban/assets/100121/66b7ce3c-866f-4a0a-aa4a-847476e2b33a

Any ideas what's going on here?

It turns out I had live_reload misconfigured. Not an oban problem!