Yacine
Yacine
Hi, I also have this problem with the same findings. I defined my root path like this: ```quarkus.http.root-path=/myApp``` And I have an application that works well with the old version...
The server stats were perfectly working with version 0.54 but no more with version 1.0.0. However, configurations are still the same as in the previous version (ME_CONFIG_MONGODB_ENABLE_ADMIN) But the comment...
Hi, The latest docker 1.0.0-alpha version does not work with mongo db version 6.0.3. I get the following error: ``` (node:7) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine...
You are right. It was a simple authorization problem finally.
I think this issue has been fixed in version 1.0.0 because the data access works again. The mongo Server Status reporting issue is being addressed in #809 but the development...