-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: test updates on preview version during development #2496
Comments
Presuming this is the issue, what does the log output of Re: the charts, that data is not real-time. |
|
And after restarting the app, you aren't seeing the new patch? |
Yeah I'm not seeing the new patch |
Can you share the logs after killing and restarting the app? You should be able to keep the same |
That shows that your app has successfully installed and is running patch 1. What are you expecting to see in your app that you aren't seeing? |
why is it running patch 1 when i released a patch for 1.0.0+6 |
The logs you shared show you running release version 1.0.0+5 |
yeah i actually fixed it. The problem was i was creating a new release for every patch i was doing. So I created a new release 1.0.0+6 and patched on that same version and the changes i made was updated and it worked. Thanks for you concern |
App ID: (9cc3b1c5-817e-4fff-af6f-a932f417980b)
Description
A clear and concise description of what the bug is.
The issue I'm facing is I made releases during development, and patched it. So when I preview it and wait for the automatic download for the new updates after changing a little text it still doesn't download the new updates. I'm actually on development so I'm testing for development not for production. So i made 5 releases and only two versions are showing they have downloads when i go to the downloads section of shorebird dashboard which tracks number of downloads and those versions i made a commit before doing their releases. I waited for so long and i didn't see any downloads on the dashboard of shorebird so i went on to create other releases without doing commits, so when i came to those two versions which are 1.0.0+3 and 1.0.0+4, they had one downloads but i have already moved on to release other patches to test whether the app will automatically download new updates. I'm using windows.
Steps To Reproduce
Expected Behavior
The app should automatically download the new changes when i create a new releases for new changes and automatically updates the app with new changes patched.
A clear and concise description of what you expected to happen.
Screenshots
![Screenshot (114)](https://github.com/user-attachments/assets/3452ea5e-40c6-463e-9efd-3
06b8195c5f3)
If applicable, add screenshots to help explain your problem.
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: