問題タブ [v4l2loopback]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1047 参照

node.js - How to set basepath/prefix in Loopback 4?

I want to set basepath to my application. I updated with

in my "index.js" at my project root folder. But when I'm trying to access the explorer, throwing errors as "Cant get explorer".

Once the application is loaded, am able to access this URL: http://127.0.0.1:8020/api/v1 But when I click on explorer in the same page. Its not redirecting to explorer, instead giving error as

" Cannot GET /explorer/"

Please let me know how to access explorer with the prefix which I have mentioned.