Though that doesn’t seem to be Nginx problem. I have tested without proxying via Nginx, and the result is the same - step status does not update itself.
Do you have any thoughts on this? Or would you need more information fro my side?
drone uses Server Sent Events to auto-update the user interface, and I can confirm this typically requires a special reverse proxy configuration. Unfortunately I have never used nginx so this is outside my area of expertise, but I suspect there are probably some blog posts / stack overflow threads on the topic.
the issue is that this situation is also happening without using nginx, i.e. accessing directly via IP, even with incognito. That’s why I’m not fully suspecting that it’s proxy’s issue, though.
Or, are you saying that correct proxy config might help to dismiss that web is not auto-updating?
@made2140 I have not been able to reproduce auto-update issues. You can see it working in this demo that I recently gave. I acknowledge that a subset of the community has reported issues, however, this seems to be isolated to a subset of installations (we have thousands of active installs, and many are running 2.0 without issue). So unfortunately there is not much I can do if I cannot reproduce a problem. I think ideally someone that can consistently reproduce the problem would triage by running the drone UI from source (in development mode) to try and provide more details.
I found that if repo name contains underscore or capital letter, the Drone build page will not update. I can confirm that.
just wanted to say that our projects do not contain _ or capital letters, however my company name which is part of the URL is camel cased, for instance my repo ends up being: git@github.com:HelloWorld/my-api.git
This is truly unexpected… Couldn’t think that both repository or org name could affect that.
Thanks to both @mugx and @tkushnir - I have tested myself with org and repo names lowercase and without underscore, seems that it works as it should be.
@bradrydzewski, have such things occurred to you or anyone else before?
Since our company’s organization names are client-based, it’s not really possible to alter them. Could this be introduced as a bugfix in your backlog?