How to fix browser error "Invalid UI version in the JSON-RPC response" when running MinIO compiled by source code on Windows #12517
-
Hi! I downloaded one of the release versions and compiled the source code. Then I opened the browser using 127.0.0.1:9000. There is an error saying "Invalid UI version in the JSON-RPC response". I am not sure how to fix the problem. Could anyone give me some advice? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
harshavardhana
Jun 16, 2021
Replies: 1 comment
-
You need to compile it with some proper release values, this has never been supported. Compile it like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jiang765
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to compile it with some proper release values, this has never been supported.
Compile it like
make install
and it will work fine.