Code Monkey home page Code Monkey logo

json-server-vercel's People

Contributors

kitloong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

json-server-vercel's Issues

Data persistent for life time in post, put or delete req

is the updated data saved in the db.json JSON file for life time like if I can't delete data? I found so many blogs that don't save data for life time . it's automatically deleted after some time. So, there is anyother way to do that?

Bug

Hello,

In module usage everything is working perfect, but /register - does not register new users, it says - you must add "users" (but "users" already exist). Paradox: at the same time /register knows that your email was registered, by checking it in "users" and it sends message : "email already exist".

*User registered earlier localy.

const jsonServer = require("json-server");
const auth = require("json-server-auth");

const server = jsonServer.create();
const router = jsonServer.router("db.json");
const middlewares = jsonServer.defaults();

server.db = router.db;

// Add this before server.use(router)
server.use(middlewares);
server.use(auth);

server.use(router);
server.listen(3000, () => {
  console.log("JSON Server is running");
});

// Export the Server API
module.exports = server;

POST & DELETE request 500

Try to make post request but fail:

Error: EROFS: read-only file system, open './db.json'
at Object.openSync (node:fs:601:3)
at writeFileSync (node:fs:2249:35)
at FileSync.write (/var/task/node_modules/.pnpm/[email protected]/node_modules/lowdb/adapters/FileSync.js:53:14)
at db.write (/var/task/node_modules/.pnpm/[email protected]/node_modules/lowdb/lib/main.js:37:21)
at /var/task/node_modules/.pnpm/[email protected]/node_modules/json-server/lib/server/router/write.js:5:8
at Layer.handle [as handle_request] (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/layer.js:95:5)
at next (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/route.js:144:13)
at create (/var/task/node_modules/.pnpm/[email protected]/node_modules/json-server/lib/server/router/plural.js:246:5)
at Layer.handle [as handle_request] (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/layer.js:95:5)
at next (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/route.js:144:13)

Getting 500 error

When i try to post some in my db.json, i'm getting a 500 error on http request. The post is did but the response in code get a error and the code stops working. If you test the endpoint in postman, you will receive the following warning:

Error: EROFS: read-only file system, open 'db.json'
at Object.openSync (node:fs:600:3)
at writeFileSync (node:fs:2221:35)
at FileSync.write (/var/task/node_modules/.pnpm/[email protected]/node_modules/lowdb/adapters/FileSync.js:53:14)
at db.write (/var/task/node_modules/.pnpm/[email protected]/node_modules/lowdb/lib/main.js:37:21)
at /var/task/node_modules/.pnpm/[email protected]/node_modules/json-server/lib/server/router/write.js:5:8
at Layer.handle [as handle_request] (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/layer.js:95:5)
at next (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/route.js:144:13)
at create (/var/task/node_modules/.pnpm/[email protected]/node_modules/json-server/lib/server/router/plural.js:246:5)
at Layer.handle [as handle_request] (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/layer.js:95:5)
at next (/var/task/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/route.js:144:13)

Can you help me, please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.