bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

Check why blank screen fix doesn't work on staging #203

Closed smacker closed 5 years ago

smacker commented 5 years ago

Possible reasons:

  1. Fix conflicts with some other changes we made in bblfsh-web
  2. The new version wasn't deployed correctly
  3. Something wrong with the build

What to check:

  1. Test locally in dev mode (that is the only test I did for PR), better with clean state of git
  2. make package and test using binary
  3. Find how to connect to staging and make sure it runs the latest version
smacker commented 5 years ago

the problem is in deployment. I created an issue for infra guys: https://github.com/src-d/infrastructure/issues/545

Closing this one.