pawlean
(Pauline P. Narvas)
November 13, 2024, 11:29am
2
Hi, @hafizahmadamin ! Welcome to the Vercel Community
This error has come up a few times for community members , I recommend checking these previous discussions out. Might be worth seeing if what worked for them works for you project:
i deployed my application here i am using a library for translations i need to specify a path to the folder on my localhost it works when i moved to vercel it stopped working even the files are here in source
)
i18next
.use(Backend)
.use(i18nextMiddleware.LanguageDetector)
.init({
lng: 'en',
fallbackLng: 'en',
backend: {
loadPath: path.join(process.cwd(), 'src/server/app/locales/{{lng}}.json'),
},
interpolation: {
esca…
Error: ENOENT: no such file or directory, open ‘./AuthKey_BRCQJT6A3Q.p8’
at Object.openSync (node:fs:573:18)
at Object.readFileSync (node:fs:452:35)
at Object. (/var/task/dist/modules/babl/create-apple-token.js:6:23)
at Module. (/opt/rust/bytecode.js:1:1435)
at l._compile (/opt/rust/bytecode.js:1:3140)
at Module._extensions…js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
at…