How do I tell vendure Admin UI the assetUrlPrefix where my assets are hosted when using a standalone Admin UI? #3163
Unanswered
motherofallcheetahs
asked this question in
Q&A
Replies: 1 comment
-
The asset prefix url is not controlled by the Admin UI - it is part of the AssetServerPlugin: https://docs.vendure.io/reference/core-plugins/asset-server-plugin/asset-server-options#asseturlprefix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when using the AdminUI plugin:
adminUiConfig: {
apiPort: serverPort,
assetUrlPrefix: 'https://....',
},
How about when deploying a stand-alone Admin UI?
Beta Was this translation helpful? Give feedback.
All reactions