I am following these
these instructions to evaluate ReviewBoard.
I have used the following docker-compose command to start review board on postgres.
docker-compose -f docker-compose.postgres.yaml -p reviewboard_postgres up
Running on Ubuntu 18.04 Desktop using Chrome.
When I access review board, after having created a login, and try the "New Review Request", then all that appears is a message saying "Loading..." and nothing else appears.
I have not made changes to any settings at all.
Attached in a screen shot show the web page and what appears to be happening on the backend (docker-compose log).
Any suggestions?