phoenixframework / phoenix_live_dashboard

Realtime dashboard with metrics, request logging, plus storage, OS and VM insights
MIT License
1.99k stars 182 forks source link

fix: allow prefixing the link paths #418

Open yordis opened 1 year ago

yordis commented 1 year ago

closes #417

yordis commented 1 year ago

I tried to add another function that is aware of the forward prefix, but somehow it is stuck refreshing due to some unauthorized.

phx-F2N9PVXrNJPP0goJ destroyed: the child has been removed from the parent -  undefined
 phx-F2N9PVXrNJPP0goJ error: unauthorized live_redirect. Falling back to page request -  {reason: 'unauthorized'}
 phx-F2N9PVXrNJPP0goJ socket: disconnect for page nav -  undefined
 phx-F2N9PVXrNJPP0goJ destroyed: the child has been removed from the parent -  undefined
  destroyed: the child has been removed from the parent -  undefined

https://github.com/phoenixframework/phoenix_live_dashboard/assets/4237280/7261d1fc-da08-486c-84c2-b8095bbc9b52

yordis commented 1 year ago

@chrismccord do you have any clues or feedback on what I could research/do about this? I am a bit stuck now