I was working the app locally and my path to access a file was this
let completeroute = path.join(‘…/ceoa123456/’, ‘docs’);
but in the deployed system it changes and now I don’t know what it is.
thanks.
I was working the app locally and my path to access a file was this
let completeroute = path.join(‘…/ceoa123456/’, ‘docs’);
but in the deployed system it changes and now I don’t know what it is.
thanks.
Hi @tassierry,
Welcome to the community,
Can you please share what language are you using? Is it Nodejs?
If so, please have a look at this