
mricardi
Members-
Posts
25 -
Joined
-
Last visited
-
Days Won
1
Everything posted by mricardi
-
Hi guys, I've been very active these days, sorry about that 😅 Now Itried to execute a sp in the database, but I got this error: Cannot load from mysql.proc. The table is probably corrupted could you give me a hand? If the simplest solution is to recreate the database, I have a dump from before the migration so If necessary I can recreate it just let me know
-
Hi guys!! I ran a new test and it works perfectly! thanks a lot!!
-
Hi @wolstech I tried but in this case the error is: connection encountered an error (Hostname/IP does not match certificate's altnames: Host: localhost. is not in the cert's altnames: DNS:morty.heliohost.org) 🥲
-
Hi guys, how are you? I've been having issues with email sending I've been running local tests on my app, including email sending To configure my SMTP connection, I retrieved the details from: Mail -> Configure Email Clients -> Manual Setup user: [Filtered] password: [Filtered] host: covireus-api.helioho.st ssl: true port: 465 I ran my first email sending test and found this error: Connection encountered an error (Hostname/IP does not match certificate's altnames: Host: covireus-api.helioho.st. is not in the cert's altnames: DNS:morty.heliohost.org) To fix this, I replaced the host with: Host: morty.heliohost.org With that change, everything worked perfectly for my local tests the next stepw as to upload everything to the server (covireus-api.helioho.st) and run tests directly from there After the first test on the server, I found this error: Connection encountered an error (connect EHOSTUNREACH 66.220.18.186:465) I’m not sure why it's resolving to 66.220.18.186. As far as I understand, morty ip should be 65.19.154.94 do you have any idea what might be happening guys?
-
I ran a new test, and it works perfectly!! Thank you very much, guys!
-
Hi guys!! Thanks for your help! I ran a new test on https://www.mail-tester.com/, and it looks good!! Regarding the limit, I tested again and still have the same issue: 5.7.0 Your message could not be sent. The limit on the number of allowed outgoing messages was exceeded. Try again later While checking in Plesk, I saw this: The maximum number of outgoing emails is set to 10 by default, I tried to change it but I don’t have permissions
-
Hi guys! How are you? I have a two issues with the email. First, I ran a test on https://www.mail-tester.com/ and received a low score here’s the report: https://www.mail-tester.com/test-ui4zp5232 Then, I ran a process in my app that sends an email to each registered user after sending a few emails I got the following error: 554 5.7.0 Your message could not be sent. The limit on the number of allowed outgoing messages was exceeded. Try again later. A while ago, I opened a ticket regarding the outgoing email limit: https://helionet.org/index/topic/63444-solved-email-outgoing-quotalimit. After that, I migrated my app to Morty and changed the domain, so it's possible that the new limit was lost could you guys help me with these issues? Thank you very much! domain: covireus-api.helioho.st
-
Guys! thank you so much for your help! I followed @KazVee advice, and in the details I saw that I was missing a config file that is ignored in the repo, my bad 😅 Thanks again for your support! we can mark this ticket as solved
-
Hi @KazVee! I changed the app mode and restarted my app, but I still see the same page with no additional data could it take some time for the change to be processed?
-
Hi guys, how are you? I recently migrated my app to Morty and changed the main domain I've tried starting my app, but I'm seeing the following error: Web application could not be started by the Phusion Passenger® application server (screenshot attached). I checked the Passenger logs in logs section, but they are empty. I'm not sure what the issue could be since my app hasn’t changed after the migration could you help me find out what error Passenger is encountering when trying to start my app? Thank you very much!! domain https://covireus-api.helioho.st/
-
Hi @wolstech How are you? could be covireus-api.helioho.st the main domain and covireus.helioho.st the second one? Thank you very much!!
-
Hi guys! How are you? I'd like to add two new subdomains to my account: covireus-api.helioho.st covireus.helioho.st The current one (sandbox.helioho.st) will no longer be used, so we can delete it, but first, can we migrate the custom email limit to the new subdomains? Another question I have a database linked to the current subdomain Is it possible to keep the database? I plan to reuse it If it’s not possible, don’t worry, I already exported it Thank you guys!
-
Hi @Krydos how are you? Sorry I didn’t explain it well, let me try to clarify with more details Twice a month, the app will generates invoices for all users. they must be notified immediately via email that they have a new invoice to pay this means that 365 emails will be send, one for each user. The limit of 1000 emails per day is just an approximation, considering the possibility of running this process three times in a single day, which would mean that someone seriously messed up I’m 95% sure that the 1000 email limit will never be reached, but I leave a 5% margin of doubt because users always manage to surprise us For now I can manage with a lower limit, but I’m considering using Morty for my UAT env and later for PD therefore, I need to be sure that this will work even in the worst-case scenario
-
Hi @wolstech How are you? First of all, I sincerely apologize for taking so long to respond I took a well-deserved vacation and was completely away from my PC. The POC I’ve been working on is a management system for an apartment complex, It primarily handles everything related to payments and debts Now, let me answer your questions: In general, the app would send only a few emails per day, but there are two billing days each month when at least one email must be sent to every user of the app. The total number of users is fixed at 356, being cautious, I would estimate sending up to 1000 emails on those days Emails are sent only to registered users, in total 356 they can't, the recipients are residents of the apartment complex, and they must receive these emails since they contain relevant information regarding the property Users do not have an option to unsubscribe from the app There is no abuse@yourdomain.com email address There is no unsubscribe link. If users have any issues, they must contact the administrators directly Emails are neither bought nor sold, this is a closed app, accessible only to residents of the apartment complex I’ve attached an image of one of the notification emails sent to users, the email is in Spanish. For now, the app is just a POC. After completing the tests, my plan is to move to Morty since the app will enter a UAT phase and require greater stability. However, before migrating, I need to ensure that everything is working correctly
-
Hi guys! How are you? I have a small question. I'm testing a new feature in my POC that sends alert emails to users. It worked fine for two days, but after that, I saw the following error: bad response on command '\r\n.': 5.7.0 Your message could not be sent. The limit on the number of allowed outgoing messages was exceeded. Try again later Is it possible to increase this quota, guys? Thank you!!
-
Good! I will try it thanks a lot!
-
Hey guys! I was developing a script in nodejs. It’s a simple one that just gets info from an external API and inserts it into a database. My idea is to run this script once per day. I tried to set up a scheduled task to run "node myscript.js" but I saw that I don't have permissions to run nodejs from a scheduled task. So my question is, is there a way to execute a nodejs script from a scheduled task, or should I look for another way?
-
Hey guys! I'm testing email sending from my app and I saw that gmail is rejecting my emails checking the wiki I found this: https://wiki.helionet.org/common-errors/mail-delivery-problems could you help me guys pls? thank you! user: mricardi domain: sandbox.helioho.st
-
Hi Guys, I’ve been thinking a way to schedule the shutdown and startup of my app at specific times of the day for example, at night, I won’t be working on my app, so I could shut it down to reduce resource consumption, and then start it up again in the morning to continue working on it. I think I have an idea of how to schedule the shutdown, but I’m not sure how to automate the startup. My idea was to create a scheduled task to run the command "node app.js", but I’m not sure if it’s the best approach Do you have any recommendations?
-
A small comment guys this was my fist time using fastify as a framework for nodejs, I know that fastify is an really efficient framework and shouldn't have performance issues,but could it have some problem with Passenger?
-
Hey Guys, Today I saw that my account was suspended I don't know why. I checked the stats of my app a few days ago, and everything was fine, and also my app is a nodejs API so, If I understood correctly, you use Passenger to run nodejs apps and my app should be sleeping most of the time becasuse I use it as a small POC What was the problem? Thanks! user: mricardi site : https://sandbox.helioho.st/
-
Excellent!! thank you very much!
-
Hey guys! I was following the instructions to configure a Node.js app on Johnny I followed all the steps from the guide (https://wiki.helionet.org/tutorials/node.js), but it's been more than 2 hours, and I still don't see any changes on my domain (sandbox.helioho.st) Could you help me?, my username is mricardi Thank you!!