Can not display UI page when deploy as application #73
Closed
nguyennam38
started this conversation in
General
Replies: 1 comment
-
Please provide a minimal stand-alone repro of the issue on GitHub which we can run to repro the issue |
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
-
I'm using Servicestack v6.10.0. When debug, I can open UI page and Admin page. When deploying to server, I add new application with name: NotificationServices
My service still run but have some error about js, css location path. js, css location path always fix to root path of website: http://localhost/css/bundle.css but correct path is: http://localhost/NotificationServices/css/bundle.css
I open UI page as link: http://localhost/NotificationServices/ui but web display the error: Failed to resolve module specifier "app", Failed to resolve module specifier "vue"
Can you support me to fix 2 errors above?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions