I have attended your course on Udemy for nodejs. It was really helpful.
Based on your guidance, I am using node module in my application. I am facing issue while using npm exchange rate module. It seems module is using api ratesapi.io which is dead now. Based on some research, I have replaced the baseurl with setApiBaseUrl('https://api.exchangerate.host') in node module as administrator of exchange-rate node module have not changed the code yet to use correct url .
It was working fine in my local version but when I have deployed my code, it's still picking api ratesapi.io
Could you please help me with the solution, I am using SAP HANA cloud with nodejs. When I deploy my code, node modules are not getting deployed as its automatically pick from public library.
Hi Andrew,
I have attended your course on Udemy for nodejs. It was really helpful. Based on your guidance, I am using node module in my application. I am facing issue while using npm exchange rate module. It seems module is using api ratesapi.io which is dead now. Based on some research, I have replaced the baseurl with setApiBaseUrl('https://api.exchangerate.host') in node module as administrator of exchange-rate node module have not changed the code yet to use correct url .
It was working fine in my local version but when I have deployed my code, it's still picking api ratesapi.io
Could you please help me with the solution, I am using SAP HANA cloud with nodejs. When I deploy my code, node modules are not getting deployed as its automatically pick from public library.
I have already raised this issue to the owner as well but no response as of now. I need to fix this urgently due to planned release. (https://github.com/over-engineer/exchange-rates/issues/12)
Regards, Deepti