-
Hej i installed this on my web host works whit login but don't se nothing it's like acces denied https://www.lagertek.shop/public How can I fix this ? If somebody could help out Thx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It is recommended that you put Part-DB in the root of its own (subdomain) like partdb.webpage.de, and that's what's the default configuration assumes. If you really need to put Part-DB into a (virtual) webfolder, than you have to configure the |.setPublicPath Afterwards you have to recompile your frontend assets with |
Beta Was this translation helpful? Give feedback.
It is recommended that you put Part-DB in the root of its own (subdomain) like partdb.webpage.de, and that's what's the default configuration assumes.
If you really need to put Part-DB into a (virtual) webfolder, than you have to configure the |.setPublicPath
and
.setManifestKeyoption in the
webpack.config.js` line 48 and 49. There is some comment in the file on what to do exactly.Afterwards you have to recompile your frontend assets with
yarn build
.Otherwise your browser will not find Part-DB Stylesheets and JavaScript and you will get the unstyled pages you are currently seeing.