CSS not loading when configured as app
I have a template with mongo-express installed. When I try to reach the app the webpage looks odd and isn't loading(left). When I reach the interface via port-forward menu it looks normal (right):
3 Replies
Looks like this error happens on every app in coder that has
subdomain = false
That's because your app is loading from an absolute path instead of a relative one. If there's a way to configure mongo express to have a base URL or base path, then it'll work.