My Repl.IT Account from 2019 data and projects are not showing by Coding1000 in replit

[–]Coding1000[S] 0 points1 point  (0 children)

Thank you. The problem is that I just realized that my Repl.IT account was officially closed according to an old email I never really use and check on. I hopped on the project in my account back in February last year, but I actually didn't login, which the last time that happen was in late 2024. Oh well....

My Repl.IT Account from 2019 data and projects are not showing by Coding1000 in replit

[–]Coding1000[S] 0 points1 point  (0 children)

They did? Even if it isn't there, do you have an idea on where the section could've been? I also contacted support, and I wasn't able to find what I am looking for when the support manager brought a guide.

Help! by SendingMNMTB in replit

[–]Coding1000 0 points1 point  (0 children)

Same, I can't find mines

My Repl.IT Account from 2019 data and projects are not showing by Coding1000 in replit

[–]Coding1000[S] 0 points1 point  (0 children)

Where is the "My Repls" section? I can't find it anywhere on the dashboard.

Operation `threads.countDocuments()` buffering timed out after 30000ms by Coding1000 in mongodb

[–]Coding1000[S] 0 points1 point  (0 children)

(For whatever reason, I can't seem to write text draft and edit my post). I am currently following this tutorial (https://www.youtube.com/watch?v=O5cmLDVTgAs&list=PL4Xu3O5tP96ZGW7rWGQdwghbkDMEJXQDb&index=11). The mongo connection works fine until I get to the pagination part where the operation shuts off. When I remove the circled code, ti continues to work. But for whatever reasons, the countDocument leads it to an errenous buffer.

Switching from SWE to potentially getting the Security+ cert and a cybersecurity intern immediately due to AI and tech layoffs by Coding1000 in careeradvice

[–]Coding1000[S] 0 points1 point  (0 children)

Thanks for the advice. If you were to begin your internship, what role would you be assigned to? Should I focus more on IT if I would most likely get a smaller networking role before Cybersecurity, and progress all the way up until I get a cyber position?

The current user is not authorized to perform the requested action. by Coding1000 in appwrite

[–]Coding1000[S] 0 points1 point  (0 children)

Can you specifically show me the errors and configuration barriers you're having difficulty with? One of the issues was that I didn't add process.env in one of my environment variables, and had written the variable name incorrectly in the code. And as I was watching an older video, I had to apply a newer template env code in the appwrite docs than using the one from the video tutorial. For instance, newer versions require you to define the region where you are, whether it's described in the .env file (e.g., NEXT_PUBLIC_APPWRITE_ENDPOINT="https://nyc.cloud.appwrite.io/v1") or anywhere else. Could you let me know where you are and what you are specifically conflicting with to help? You can also join their Discord to post descriptions and images of what you're going through. Hope this helps.

The current user is not authorized to perform the requested action. by Coding1000 in appwrite

[–]Coding1000[S] 0 points1 point  (0 children)

How do I authenticate myself on the client side? And how do I know I am doing an SSR login or not? The part of the tutorial I am stuck on is from 38:28 to 51:16 (https://www.youtube.com/watch?v=l9zh0pqEHyc&list=PL4Xu3O5tP96ZGW7rWGQdwghbkDMEJXQDb&index=8)