Arun Mittal

Results 9 comments of Arun Mittal

Solution that worked for me. the installed package has a dist dir `node_modules/angular2-logger/dist/es6/`. in `node_modules/angular2-logger/package.json` `main` is set to ``` "main": "./dist/cjs/core.js", ``` change this to ``` "main": "./dist/es6/core.js", ```...

I am facing the same issue when checkout subscription. This was the API called: GET /v1/payment_methods/pm_1LttH4GjnXt2EdHYbSpi6HCD

Facing the same issue. Removing `{% load url from future %}` should not have any effect.

facing same issue on python 3.8.16

> Hi @pyarun are you using postgres as a backend? yes

Still same on version 3.21.4 and 3.21.12

issue started happening after upgrade to `3.17.15`

[Recording](https://www.awesomescreenshot.com/video/41289644?key=499fb886c3faa20e2adf56fc1583008f) Even switching back to 3.17.12 didn't fix the issue.