Closed cliftonlabrum closed 7 years ago
Thanks for reporting this @cliftonlabrum. I've tried to reproduce the error by spinning up an Ubuntu 16.04 docker image running Realm Object Server v2.0.0-rc2 but I cannot reproduce it.
I have a couple of followup questions that might help me narrow down the issue:
Hi Kræn, thanks for following up. Answers below:
I just looked at the page source, and here's what the markup is rendering:
Also, on that page, there are 3 HTTP requests made. Here are the calls and results:
- 1 and 2 (same request twice) -
/api/info
{"version":"2.0.0-rc2","flavor":"developer","setupRequired":false}
- 3 -
/api/logs/config
{"levels":["all","info","warn","error"],"path":"/var/log/realm-object-server.log","bufferSize":1000}
I will email you my log file in case the app is failing to parse it when it pulls it from the server.
Thanks for looking into this and for the answers!
It looks like the issue is the Log React component not mounting correctly. I suspected that this had something to do with the connection from that not being able to establish because the dashboard is served over HTTPs - but I cannot reproduce that myself.
Is this something you need acute? If not - I want to thank you again for submitting the issue and ask for you to update to the next available version of ROS when it comes out. It will have a significantly different way of viewing the logs, why I doubt that the issue persists after that upgrade.
Please feel free to re-open this if you need a faster solution for the issue than the next available upgrade - or if the issue persists after the upgrade.
Realm Object Server v2.0.0-rc2, Ubuntu 16.04.3, Chrome (Mac) Version 60.0.3112.101
When I click on the Logs page, it doesn't show anything:
There are no script errors or asset 404s in the browser. I have tried a hard refresh in Chrome.
The debug logs from the server don't show any unusual activity, either:
I know that's not much help, but just wanted to log it in case someone else runs into this. 🙂