Fix homepage API 500 by using axios baseURL and stable paginate.
deploy to danak / build_and_deploy (push) Has been cancelled

Replace self-proxy with direct SSR baseURL, rewrite blog post pagination with async/await, pin mongoose-paginate-v2, and add API error logging.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-03 16:05:16 +03:30
parent 3c062cefb6
commit 6bb4719e99
6 changed files with 54 additions and 45 deletions
+3 -21
View File
@@ -12522,21 +12522,6 @@
"url": "https://opencollective.com/mongoose"
}
},
"node_modules/mongoose-lean-virtuals": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/mongoose-lean-virtuals/-/mongoose-lean-virtuals-1.1.1.tgz",
"integrity": "sha512-8chOqpVE3bcoWT2pIgcJeIZlXaOfQCavZgQZF4qytUtjRBqsNMyzUoR16qdw9XL2kC478N8iA8z0AA+NSS0d1A==",
"license": "Apache 2.0",
"dependencies": {
"mpath": "^0.8.4"
},
"engines": {
"node": ">=16.20.1"
},
"peerDependencies": {
"mongoose": ">=5.11.10"
}
},
"node_modules/mongoose-legacy-pluralize": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz",
@@ -12547,13 +12532,10 @@
}
},
"node_modules/mongoose-paginate-v2": {
"version": "1.9.5",
"resolved": "https://registry.npmjs.org/mongoose-paginate-v2/-/mongoose-paginate-v2-1.9.5.tgz",
"integrity": "sha512-sgPbV0G7SfdW1XdEuNMokzJOT85GNx786itp6UiNmDvKGyxMSHbeyn4tMZBseOmGu2uOo5ByVgfjhaxkOBY71A==",
"version": "1.3.18",
"resolved": "https://registry.npmjs.org/mongoose-paginate-v2/-/mongoose-paginate-v2-1.3.18.tgz",
"integrity": "sha512-MTEyXvQmUNlXyPGophxILHTYQQ80r3uMtgdnKVr+4qgWLM6JxHbWsFpCmaJJ7ofuV7bhkfBTGx3EDoJo+bIKFw==",
"license": "MIT",
"dependencies": {
"mongoose-lean-virtuals": "^1.1.0"
},
"engines": {
"node": ">=4.0.0"
}