Shashank Agrawal

Results 59 comments of Shashank Agrawal

I used [Webpack TranslateLoader](https://github.com/ngx-translate/http-loader#angular-cliwebpack-translateloader-example) and it solved the error. It was because the Angular SSR is trying to get the translation file using HTTP with relative URL like `/assets/i18n/en.json` and...

*I think this matches my issue so commenting here* We are using this `@shopify/shopify-api` in our NestJS application. After upgrading the library to `v3.1.3` (from `^3.0.0`), while building, we are...

I'm also having the same issue. Though the same code works on a one Shopify App but it fails on another Shopify App. Here is one of the example which...

Hi, @puneetbehl. I can reproduce this issue on a fresh Grails app. Followed these steps-- ``` grails create-app test-app --features mongodb --profile=rest-api cd test-app ``` Change `provided` to `compileOnly` in...

Thanks, @puneetbehl. Adding this line solved this issue. I was trying to add this line `implementation "org.mongodb:mongodb-driver-sync:4.5.0"` but it wasn't working.

Any update here? We just upgraded our production app to Grails 5 and this seems to be a blocker.

Hi, @codeconsole. Thanks for the reply. Yes, for now I moved forward with `@CompileDynamic`. Thank you!