-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
regression: Fix issue where marketplace would not fetch the apps #35235
Conversation
Looks like this PR is ready to merge! 🎉 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #35235 +/- ##
========================================
Coverage 59.45% 59.45%
========================================
Files 2828 2828
Lines 68159 68159
Branches 15124 15124
========================================
Hits 40521 40521
Misses 24982 24982
Partials 2656 2656
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If its a regression, please add the PR which introduced the problem please.
Done |
I fetched your branch and tried to test out the marketplace but got the same error, unsupported version
what am I missing? |
unsuported version is not the same error, it happens due to your workspace being in a unsupported version. Which comes from cloud |
Okay, How do i change my version so that it can support deploying |
I would test using branch 7.3.0 or just sync your workspace. should do the trick |
okay, it will not work on latest version, right? |
I assume there is something fishy with your deployment, but I believe you should open an issue if you can't get it to work |
Hard to say without much info. But rc-apps deploy shouldn’t have anything to do with this PR |
okay Got it, PR -> #34899 |
|
@thepiyush-303 , please open an issue with that. But please make sure you have Deno installed on the right version before opening the issue. Thanks! |
Hello @KevLehman ,Just find out my deno version and it was above 2 (don't know when it changed), but now it is fixed and showing apps to me. |
Proposed changes (including videos or screenshots)
Our old validation library would throw on error which was causing silent failures, now since we started using zod, we were able to catch this issue quite quickly.
Issue(s)
Steps to test or reproduce
Further comments
Introduced by https://rocketchat.atlassian.net/browse/CONN-492
CONN-530