You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(over-engineer/exchange-rates#12)
Regards,
Deepti
The text was updated successfully, but these errors were encountered:
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.
(over-engineer/exchange-rates#12)
Regards,
Deepti
The text was updated successfully, but these errors were encountered: