Closed ldiellyoungl closed 6 days ago
I try delete row in my table and get 500 error:
DELETE http://10.106.1.211:3001/api/disps/92 500 (Internal Server Error)
READ, CREATE, UPDATE works fine
i have proxy
routeRules: { '/api/**': { proxy: {to: 'http://localhost:1337/api/**'} }, }, strapi: { url: '/api', prefix: '', version: 'v4', cookie: {}, cookieName: 'strapi_jwt', auth: { populate: "*" }, }
just use nginx reverse proxy
I try delete row in my table and get 500 error:
DELETE http://10.106.1.211:3001/api/disps/92 500 (Internal Server Error)
READ, CREATE, UPDATE works fine
i have proxy