Wakanda data browser (V1) in V 2.4.0

170 views Asked by At

I've been using Wakanda since version 1. x and have been hesitating for a long time to test the newer versions because they no longer have a data browser. Now I have installed the latest version and installed a webfolder in the backend. Here I copied the complete WALIB directory and declared the Webfolder as active webfolder. Now I can use the URL "localhost: 8081/walib/dataBrowser/index. html" to access the Databrowser website, but 2 calls end with a 404 error:

  1. "http://127.0.0.1:8081/db/walib/dataBrowser/index.package.json~waf-build.js?path=WALIB"

and

  1. "http://127.0.0.1:8081/db/walib/dataBrowser/index.package.json~waf-build.css?path=WALIB"

It looks like the tilde is causing the problem. How can I solve the problem, do I still have to make an adjustment somewhere?

2

There are 2 answers

3
Xiang Liu On

@MyemaHMN has posted a solution that worked in this thread: Wakanda 2.2.1 Enterprise Server DataBrowser. Hope that helps.

2
MyemaHMN On

The tilde does not seem to be the problem. In my solution I have the same call like: http://127.0.0.1:8081/walib/dataBrowser/index.package.json~waf-build.css?path=WALIB and it is working. I guess it is the issue is the /db/ directory in the link. Where does it come from? The walib-directory is expected to be immediately under the webfolder.
Check the directory structure and check the app.waProject in relation to that.