I am trying to implement Sign in with Apple in Angular website. The flow of implementation starts with adding in the index.html file. Then created a service ca
I want to scrape the value, but its selector is duplicate, I don't know how to solve. It will always scrape the value of the one above. here my code: const pupp
(In nodeJs -> server side only). I'm doing some webscraping and some pages are protected by the cloudflare anti-ddos page. I'm trying to bypasse this page. B
I am working on a telegram bot with the node-telegram-bot-api library. I made 2 buttons using keyboard. But when you click on them a lot, the bot will spam and
am trying to get data from an atlas file the way I do with json files but it's not working, please can I get help const jsonFile=require("./Assets/AquaSpawn/Aqu
I have a schema with a custom validation. const schema = new mongoose.Schema({ username: { type: String, required: true, validate: {
I have an error when trying to use the example from nodemailer. I modified it a little bit but it has all of the same core. When I try to run it I get this erro
I have a Node.js project. I want to use auto-bind package @v5.0.0. The versions above v4 , are ESM type. so can't use then by require('') . but my Node.js proje
Is it actually possible to call a smart contract function using WalletConnect? There is a documentation on official website that explains how to establish conne
Does someone know why I'm getting a 401 Unauthorized error when I try to post a request to add a time entry even though I have added my API key? I'm using Axios
I made a bot and I want to add a feature to my bot. ping a specific room when people with a custom role leave the server. So, for example, we'll know when peopl
I am following official MongoDB typescript tutorial to convert my javascript app to typescript one. After code conversion i am facing following error: routes/us
I am reading a third-party parquet file using parquetjs-lite const parquet = require("parquetjs-lite"); : reader = await parquet.ParquetReader.openFile(fileNam
I have a Lambda function that I am trying to get to work fully. The code works in the sense it does exactly what I need it to however the issue comes in that th
I am creating a React Js docker image to run on multiple architecture when i run the command I get an error. I tried a lot but not successful. I am using Mac M1
I am trying to build a NestJS app with Prisma and PostgreSQL. I want to use docker; however, I got an error when I sent the request to the backend. Here is my d
How do I send someone a contact card of someone else in whatsapp-web.js? Can I send a contact card when The person I send the contact card is saved on my phone
i'm trying to get my webpack-dev-server to run but i face always the error "Cannot Get /" at the browser. I know that there are serveral questions with the same
// const knowledgeBaseId = `the ID of your KnowledgeBase`; I can't seem to find the knowledgebase ID in Dialogflow nor in the Cloud Console. Please help.
The NestJS class or functional middleware doesn't run when connected from a Module. It is also not working for a single path, controller or for every path. Conn