phalcon-debugbar icon indicating copy to clipboard operation
phalcon-debugbar copied to clipboard

Problems loading _debugbar resources, add slash before url.

Open itemvirtual opened this issue 8 years ago • 1 comments

Hi, I have a problem with debugbar, It try to get some resources adding a full domain name in the request and slash before, and then repeat the domain:

http://domain.com/http://domain.com/_debugbar/assets/stylesheets?m=backend&1506001644".

Anybody knows how can I solve it?

Thanks Fidel

itemvirtual avatar Sep 21 '17 14:09 itemvirtual

set the baseUri of uri service to /

snowair avatar Sep 24 '17 13:09 snowair