- ABP Framework version: v6.0.0
- UI type: MVC
- DB provider: EF Core
Hi team! When I deploy my app AuthenService theme LeptonX with domain sub folder, it cannot find theme with my route. it find to default domain folder. How to change it to find my route ex: mydomain/authserver/Themes/LeptonX/Global/side-menu/css/bootstrap-dim.css
4 Answer(s)
-
1
How did you deploy? Docker, filesystem,..etc?
Make sure you run
abp install-libs
before building the docker image. Those wwwroot files should be included in the docker image. -
0
after run
abp install-libs
, clear cache browser, some Url can redirect like: - authserver/__bundles/LeptonX.Global.xxxxxx.css - authserver/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 - authserver/Themes/LeptonX/Global/side-menu/libs/bootstrap-icons/font/fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36dbut there are some Urls still not redirect to correct subPath - Themes/LeptonX/Global/side-menu/css/bootstrap-dark.css - Themes/LeptonX/Global/side-menu/css/dark.css
-
0
Can someone help me to solve it?
-
0
We can't reproduce the issue. can you provide a sample project that reproduces the issue?