Hi everyone,

I’m working on a Node.js project and I ran into an issue that I can’t solve.
I would really appreciate it if someone could take a look at my code and point out where I’m going wrong.

Recommended Answers

All 4 Replies

Please post the code here. If it is on an external site there is no guarantee it will remain there.

I suspect that unless the problem is glaringly obvious, no one will go looking for it. Please describe the problem you are having and what you have tried to fix it.

Please post the code here. If it is on an external site there is no guarantee it will remain there.

I suspect that unless the problem is glaringly obvious, no one will go looking for it. Please describe the problem you are having and what you have tried to fix it.

I am a middleman and I need to find someone who can fix a bug in the code. I previously posted this code on freelance platforms, but I have already been scammed twice when paying in advance. That is why I came to this forum. I want someone to look at my code and check if it can be fixed. If so, I am willing to offer a monetary reward for this

Why not post the code and hope that someone here can help you for free?with sugge

Again, you have not described the problem. If you aren't willing to go to the effort of describing the problem you shouldn't expect anyone to bother making suggestions. If you went to the doctor for pain, the first question they would ask is, "Where does it hurt?"

You're going to have to do a lot better than "it doesn't work" if you want people to wade through 10K+ files and 100MB of space just looking for some needle you only know about.

$ ls
app.js  app-server.js  bucket.json  config  helpers  node_modules  package.json  package-lock.json  public  routes  views
$ find . -type f | wc
  11817   11817  739190
$ du -d1 -h .
32K ./routes
93M ./node_modules
12K ./helpers
12K ./config
48K ./views
6.7M    ./public
100M    .
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.