You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently as soon as route for defined all the requests are going through kakapo and do not appear in network panel of a dev tools, which is not ideal. Sometimes dev would like to know what requests are happening and what responses were issued.
Current workaround for me is to make subclass of a router and do logging manually:
Currently as soon as route for defined all the requests are going through kakapo and do not appear in network panel of a dev tools, which is not ideal. Sometimes dev would like to know what requests are happening and what responses were issued.
Current workaround for me is to make subclass of a router and do logging manually:
The text was updated successfully, but these errors were encountered: