frappe / wiki

Free and Open Source Wiki built on top of Frappe
https://frappe.io/wiki
MIT License
226 stars 174 forks source link

Sidebar menu links are wrongly formed #190

Closed atn-prabhu closed 10 months ago

atn-prabhu commented 10 months ago

The sidebar menus are directing to wrong URL. eg. https://erpdev.mydomain.com/desk#Form/Website%20Sidebar/Wiki%20Sidebar Notice the # between desk and Form. Same works fine when replaced with a / (slash)

The right URL is https://erpdev.mydomain.com/desk/Form/Website%20Sidebar/Wiki%20Sidebar

BreadGenie commented 10 months ago

I can't really pinpoint the issue here. Is the issue in the sidebar of Wiki? What version of Wiki and Frappe are you using? Screenshots?

atn-prabhu commented 10 months ago

Ubuntu 22.04.3 LTS frappe 14.51.0 erpnext 14.43.0 wiki 0.0.1

In the Wiki Sidebar (https://erpdev.mydomain.com/desk/Form/Website%20Sidebar/Wiki%20Sidebar) noticed that the existing two links

Edit Sidebar Settings

are having the Route with # instead of /.

Rectifying the same by navigating to

Website > Website Sidebar > Wiki Sidebar

fixed the issue.

BreadGenie commented 10 months ago

It looks like you're using an older version of Wiki. Please update it and make sure you're using version-14 branch.