Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.2 only runs if installed at the root of the webserver #60

Closed
andmarios opened this issue Dec 14, 2017 · 1 comment
Closed

0.9.2 only runs if installed at the root of the webserver #60

andmarios opened this issue Dec 14, 2017 · 1 comment
Assignees

Comments

@andmarios
Copy link
Contributor

You can't install Schema Registry UI at a sub-directory anymore.
E.g you can't serve it at http://localhost:8080/schema-registry-ui, only at http://localhost:8080.

When build, stylesheets and scripts refer to absolute paths instead of relative. Eg.:

...
<link href="/assets/css/vendor.f29d9d10ae13a4307d6958d87a0f1e11.css" rel="stylesheet">
<link href="/assets/css/app.bccb4097051d2a32f78f78b945db9e7a.css" rel="stylesheet">
...
<script type="text/javascript" src="/js/manifest.5adf1765a1379cd1e61f.bundle.js"></script>
<script type="text/javascript" src="/js/vendor.5adf1765a1379cd1e61f.bundle.js"></script>
<script type="text/javascript" src="/js/app.5adf1765a1379cd1e61f.bundle.js"></script>
...
@andmarios
Copy link
Contributor Author

Keep in mind that this possibly breaks installations in kubernetes, mesos, etc.

Antwnis added a commit that referenced this issue Dec 15, 2017
Fixes #60, allowing sr installation to subfolder
mcapitanio pushed a commit to parrot-stream/schema-registry-ui that referenced this issue Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants