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
In the web UI, when you click on one of the sources, you should be able to open it.
Actual behavior
When clicking on a source link, you will get a web profiler exception: The file "/../src/AppBundle/Resources/views/x/y/z.html.twig" cannot be opened.
Steps to reproduce
Prepare the bundle and UI
Visit the UI
Click on a source link
I'm not sure if that's an actual issue or if I just misconfigured something, but I can't seem to get it working. The source link is /../src/AppBundle/..., but it should be src/AppBundle/.....
Expected behavior
In the web UI, when you click on one of the sources, you should be able to open it.
Actual behavior
When clicking on a source link, you will get a web profiler exception:
The file "/../src/AppBundle/Resources/views/x/y/z.html.twig" cannot be opened.
Steps to reproduce
I'm not sure if that's an actual issue or if I just misconfigured something, but I can't seem to get it working. The source link is
/../src/AppBundle/...
, but it should besrc/AppBundle/....
.My config:
The text was updated successfully, but these errors were encountered: