Node.js server accepting larger payloads

oh I see, let me go to the code.

I see. Uhh, What do you do in the database?

I am just reading it during startup. But I figured it out: For each server start, node asks (prompt) if the database should be reset or not. That caused the issue since replit is restarting once every now and then. Changed the code to directly start without any interrupts.

Awesome! Keep coding!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.