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
importing library in a Angular SSR project I have the follow error at compile time.
ERROR in ./node_modules/ibmcloud-appid/lib/strategies/webapp-strategy.js
Module not found: Error: Can't resolve '../data/languagesCodesArray' in '/..../node_modules/ibmcloud-appid/lib/strategies'
importing library in a Angular SSR project I have the follow error at compile time.
if you replace
with:
in ibmcloud-appid/lib/strategies/webapp-strategies.js it should be fixed.
The text was updated successfully, but these errors were encountered: