Frappe wiki not showing

I have installed frappe wiki on our frappe server however cannot access the app. How do I get to the Wiki app? ERPNext is the app which is located at /home. Also should the wiki app show in ERPNext when installed? Thank you

Did you migrate the site and build the app?

bench --site your-sitename.com migrate
bench build --force

then check it.

Thank you

The wiki app, it showing only desk level not app UI…

what is missed here

follwed the following commend

bench --site your-sitename.com migrate
bench build --force

@NCP

In our self-hosted Frappe Helpdesk setup, we make front-end changes in the local development environment and push them to GitLab. On the staging server, we pull the latest changes to reflect them. However, when running bench build and bench migrate, we face an internal server error and cannot submit tickets. The only way we get front-end changes to reflect is by uninstalling, and reinstalling the app, but this results in ticket data loss. What is the correct way to update the staging server without losing data?