drone / drone-wall

Dashboard for the Drone CI server
260 stars 45 forks source link

config change - results in no connection. #54

Open brettswift opened 7 years ago

brettswift commented 7 years ago

Pretty new to this and drone... Ih had drone working, and drone-wall hooked up. Then I blew away my drone instance and built a new one. I had to change keys and restart node-wall.

I did so, but nodewall just sits at a screen without any builds showing up.

I've tried multiple things and no luck. Even nuking the git repo and just the build directory.

commands run:

drone_api=redacted
drone_token=redacted

grunt --env=dev --apiroot=$drone_api --token=$drone_token

then 

npm start -- -env=dev -theme=dark

As per the docs. But I'm having an issue here. What can I check? I've looked through build/dist.js to look for configs etc.. but the build directory isn't clear on where to find where these configs are, and grep isn't coming up with anything.. so it seems like something is broken here.

Can you offer some help on debugging?

brettswift commented 7 years ago

Ah, caching issue. Going incognito fixed it. However, this would be a nice thing to fix. I'll let you guys keep this ticket open or close it. I'd love to contribute but likely won't have time for a bit.