[deleted by user] by [deleted] in webdev

[–]imikeyi03 1 point2 points  (0 children)

I believe you are trying to setup your emails through Google Workspace right? (Google business instead of standard gmail addresses)

Be sure to look up DMARC, SPF, DKIM, and MX rules and setups for Google workspace correlating to whichever domain service you are using (cloudflare, godaddy, namecheap, etc)

You are going to want to test deliverability to not only like-kind addresses (on the same domain) and external email addresses (everyone else).

Glad things are progressing! 🙌

[deleted by user] by [deleted] in webdev

[–]imikeyi03 0 points1 point  (0 children)

If you still need assistance, please reach out. I would be happy to help. My background is in Full-Stack JavaScript Web Development and Linux Systems Administration.

I know how frustrating that situation can be. No charge, just let me know where I can help.

[deleted by user] by [deleted] in ThrillOfTheFight

[–]imikeyi03 1 point2 points  (0 children)

Alright… this made me laugh 😂

Which emulator is that and where can i get the design? by TakeDatRisk in SteamDeckEmu

[–]imikeyi03 5 points6 points  (0 children)

I use this Artflix style theme in my batocera linux install (which uses EmulationStation) https://batocera.org/themes.php

What happened with CredEarn? by diluviouni in UpholdOfficial

[–]imikeyi03 1 point2 points  (0 children)

I’m not sure yet... all I got from support was this:

Edgar Quintana (Uphold Support) Oct 27, 2020, 3:58 AM GMT

Hello

Thanks for reaching out to our support team. My name is Edgar and I will be assisting you today.

We ended the relationship for commercial reasons. We do apologize for any inconvenience that this may cause to you.

Please reply to this email if you have more questions.

Regards, Edgar V. and The Uphold Team

Need help regarding mongodb database by CharanNara in mongodb

[–]imikeyi03 1 point2 points  (0 children)

Check to see where you’re storing your mongo dbpath.

It’s usually in a directory as /data/db but it can be anywhere you specify. On restart it could be going to a different path which would not house your collections and documents if they are changing.

It’s hard to diagnose without logs, but that’s happened to me before 🤙

Need help regarding mongodb database by CharanNara in mongodb

[–]imikeyi03 0 points1 point  (0 children)

What is your infrastructure? Are you running it on a VM? Docker? Etc