-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Bug] Cannot read property 'timeStamp' of undefined #56
Comments
Thanks for reporting this. |
Thanks for the quick reply! CapRover Version: 1.8.0
Seems like the API does return a malformed response while there is a building/deployment process running which causes the UI to brick. Thanks! |
I don't seem to be able to reproduce it on my end. I added some more logs. Can you please upgrade to the edge version and try to see if you can get the extra logs. Note that the error is now "fixed" and your UI will not break anymore, but some logs will be outputted to the console. |
There is still an issue with app versions, if the array is empty I get a "app.version.filter" is not a function. I deleted manually the app |
ah! You're 100% correct! Thanks for the ping! The frontend repo hash wasn't updated during the release 🤦 I'll cut a new release soon. |
Hey there,
I recently discovered a very nasty bug where basically the whole UI bricks.
It usually occurs when I deploy an application and create a new one a couple of seconds later.
Basically bricks whole UI at forces me to login again, to see the same blank page again with the same error message. Once the application has been deployed, the UI works again.
The text was updated successfully, but these errors were encountered: