Skip to content

Sourcegraph homepage completely broken, shows "Error" Request to http://localhost:7080/.api/graphql?EventLogsData failed with 401 Unauthorized

Created by: slimsag

  1. Run the latest insiders image:
$ rm -rf ~/.sourcegraph
$ docker pull sourcegraph/server:insiders
$ docker run --publish 7080:7080 --publish 127.0.0.1:3370:3370 --rm --volume ~/.sourcegraph/config:/etc/sourcegraph --volume ~/.sourcegraph/data:/var/opt/sourcegraph sourcegraph/server:insiders
  1. Navigate to http://localhost:7080 and create the site admin account.
  2. Click the Sourcegraph logo to go to the homepage, http://localhost:7080/search
  3. Immediately see an error, homepage does not render:

image