-
Notifications
You must be signed in to change notification settings - Fork 1
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
Possible typescript version conflict with @types/chai #7
Comments
I reported same issue on Next problem I have is that I can't get |
What's the Rocket.Chat version that you are trying to upload the App's zip? After the typescript update from #10, I've ran |
There's a PR for I created an issue there for the package problem as well RocketChat/Rocket.Chat.Apps-cli#98 I just created a trial Rocket.Chat account at https://rocket.chat for testing and it came like this... |
Try running the |
Getting somewhere! That creates a zip with typescript files.. but weirdly when I upload it 1) it doesn't have a version 2) and it shows this error... I'm basically trying to create a branded version that we can publish in the marketplace. The current instructions on the RapidPro side tell users to look in the marketplace for an app called |
@rowanseymour This warning message occurs because the app is not registered yet on the Rocket.Chat Marketplace, the marketplace has a review process. This warning does not influence the behavior of the App. About the missing version, have you created the branded version with the |
Hi @paulobernardoaf do you know how to get an account to submit apps to the marketplace? I've tried submitting https://forums.rocket.chat/t/rocket-chat-marketplace-publisher-beta-sign-up/6093 and I've asked in open.rocket.chat but didn't get a response. Basically we can't expose this functionality to users until it's possible to follow the instructions on the claim page and install an app from the marketplace. So for now we're going to merge this and the Rocket.Chat ticketer functionality, but beta-gated so only beta users in RapidPro will see it. When we get the RC apps sorted out, then we can just flip beta-gating on the RapidPro side off. |
Hey @rowanseymour , I've talked with the Rocket.Chat team and they explained how to obtain the needed account to publish an App. You need to create an account at https://marketplace.rocket.chat/publisher/register and use it on |
Hi @rowanseymour , we added our apps on Rocketchat Marketplace. Were you able to create the account in https://marketplace.rocket.chat/publisher/register and the publish the apps using the |
Hi @matmsa27 that was the issue. I'll have another go at creating those RC apps and if it's all good we can un-beta-gate on the RapidPro side. Btw are you guys running code based on stable releases of RapidPro (6.0.x, 6.2.x) or tip (currently master is 6.1.x)? Is it issue for you guys that's beta-gated in master? |
Hi @rowanseymour , we are updating this week our stack for Rapidpro on 6.1.x version. Yeah, is this a problem to us, because we have a lot of customers that will use this integration and we need to set up these users to beta permission. Thanks a lot for your attention Rowan, if you need help to publish the apps for Textit on RocketChat Marketplace, please tell us and we can help with RocketChat team to speed it up. |
Hi @matmsa27, I think I've published 2 branded versions of the app, tho oddly I got an email saying I need to Approve or Reject it (and that it will be automatically rejected in 7 days).. but there's no Approve link in the email (maybe it was stripped?) and I can't see an approve option in the Rocket.Chat UI.. (those aren't links I can click) |
Hi @rowanseymour , I will talk with RocketChat team about that and speed up to approve the versions App. |
Sent you an email... |
Hello @paulobernardoaf and @rowanseymour I'd like to thank you for your fantastic work on the RapidPro connector for RocketChat. It's an excellent tool for integrating website environments seamlessly, and your efforts are truly commendable. However, I've encountered a hurdle in obtaining the ZIP file necessary to upload this connector to RocketChat. Specifically, I'm aiming to enable the channel connector app for RapidPro within RocketChat (I think it's a ZIP file), as detailed on the RocketChat Marketplace [https://www.rocket.chat/apps/rapidpro-channel]. It seems that RocketChat has imposed restrictions on installing and downloading apps from the Marketplace for versions prior to 6.x for some time now, particularly for RC offline versions. Despite diligent searching, I haven't been able to locate the app (ZIP file) through alternative channels online. Therefore, I'm reaching out to inquire if anyone could assist in obtaining the required ZIP file. Could you kindly share the ZIP file with me or direct me to its location, such as a GitHub repository? Any guidance or assistance in this matter would be immensely appreciated. Thank you for your help. |
I can't get
rc-apps
to deploy this with the given version oftypescript
and@types/chai
: Out of the box I get:But it works if I bump typescript to 3.x
The text was updated successfully, but these errors were encountered: