Recently, I am getting the menu in the RBAC Manager yielding wrong URL;
e.g. I am getting /admin#!/assignment#%2Fmenu instead of /admin#/menu. the string !/assignment# is inserted everywhere.
Even when I launch the application with /admin#/assignment, the URL is changed to /admin#!/assignment#%2Fassignment and the browser is directed to the assignment page.
I am using version 3.2
Is this a server setting issue or a yii2-admin one?
Thank you
Recently, I am getting the menu in the RBAC Manager yielding wrong URL; e.g. I am getting
/admin#!/assignment#%2Fmenu
instead of/admin#/menu
. the string !/assignment# is inserted everywhere.Even when I launch the application with
/admin#/assignment
, the URL is changed to/admin#!/assignment#%2Fassignment
and the browser is directed to the assignment page.I am using version 3.2
Is this a server setting issue or a yii2-admin one? Thank you