@james Rocket.Chat update applied, apps are downloaded. Life is good!
Panda
Posts
-
Add Deno to Rocket.Chat for Apps to work -
Email Not sendingHello @panda
Thanks for sharing these insights.
Maybe you can also share the name of the mail relay that is blocking the attachments for other readers?@james Certainly, we were using smtpfa.st when running into the send problem. Emailing out directly from Cloudron worked but Leantime was a no-go. Down the road, smtpfa.st may work with attachments as they build out their full service.
-
Email Not sendingI found the problem. The hint was found in Cloudron's email logs where "Sending bounce. 552 Attachments are not supported over SMTP yet" was showing up on Leantime outgoing mail. My mail provider was bouncing what it thought were attachments based on the way Leantime constructs it's MIME parts. Switching to another mail relay has cleared up the problem. Count this one as resolved but maybe the record here will help someone else with a similar issue.
-
Add Deno to Rocket.Chat for Apps to work -
Add Deno to Rocket.Chat for Apps to workApp install appears broken again as of Rocket.Chat 8.4.3. Marketplace apps appear to start installing but then hang.
Error logs:
Subprocess stderr error: JSR package manifest for '@std/io' failed to load. Specifier not found in cache: "https://jsr.io/@std/io/meta.json", --cached-only is specified. at file:///tmp/apps-engine-temp/deno-runtime/lib/metricsCollector.ts:1:26Reproduce:
Cloudron: 9.2.0
Rocket Chat 8.4.3
Install any app from marketplace.
Install appears to start but then hangs with the install button circle spinning indefinitely.Thank you for taking a look!
-
Email Not sendingAm setting up Leantime and ran into a problem with the email send function. Cloudron email relay is set up and working with port 2525. In Leantime, tried both default settings and configuring the same email provider in the ENV file but with no luck. Viewing the logfile shows "Running [queue:emails] .................... 11.50ms DONE" with no errors. Looks like it runs the email queue every minute.
Default settings: No emails sent
ENV file: No emails sentAm i missing something? Right now this is the only thing holding up deploying Leantime.
Thanks for taking a look!
EDIT: Resolved