Yurii Pakhota

Results 2 issues of Yurii Pakhota

**Describe the bug** I need to search for hashtags on Instagram. At first, I tried using the Public API, but it seems not working (the same problem as described [here](https://github.com/subzeroid/instagrapi/issues/1795))....

bug

### Contact Details [email protected] ### What happened? I’m working with two entities - `Product` and `ProductCategory` - which have a standard many-to-many relationship. Products: ```typescript @Entity({ name: 'products' }) export...

bug