Ilya Iksent

Results 32 comments of Ilya Iksent

I can confirm this bug exists at 10.0.3 also! Reproduction is here: #19055 Just can't use Next.js due to such annoying bug: I am using CSS Modules so can't order...

I probably have the same bug: ![2020-11-13_14-40-56](https://user-images.githubusercontent.com/32956521/99057999-6006bb80-25be-11eb-9b20-2c610a91d8b2.png) But the simplier one works OK: ![2020-11-13_14-45-42](https://user-images.githubusercontent.com/32956521/99058389-f89d3b80-25be-11eb-9033-e9b0f21bcd35.png) My scheme is: Specialty has many Services Services has many Therapies Doctor has one Specialty and...

Any updates on this? There is probably no solution now for fetching "relational" items with count (neither with `aggregate.count,` nor with [this guide](https://strapi.io/documentation/v3.x/guides/count-graphql.html#setup-the-application) due [to the bug](https://github.com/strapi/strapi/issues/7547)). So it's impossible...

My temporary solution is to retrieve all elements from DB, count it and slice on Strapi: `/config/plugins.js` ``` module.exports = { graphql: { amountLimit: 1000, // Fix maximum 100 elements...

> Can you give us an example about your query? Here is my query with `doctorsFilter` name: ```gql query Doctors( $start: Int = 0 $limit: Int $clinic: ID $specialty: ID...

I can confirm there is `RangeError: Incorrect locale information provided` error now, although I didn't see this error when creating the issue (there were just untranslated strings) (I have updated...

@aralroca, please, try to open: http://localhost:PORT/any-not-existing-file.png 500 with error ``` RangeError: Incorrect locale information provided` at new PluralRules () at I18nProvider (//node_modules/next-translate/lib/cjs/I18nProvider.js:53:23) ... ```

Hello, @aralroca! Have you tried to get the error as I described?

Really need to pass down isScrollControlled! @davigmacode, please provide this option.

@braposo, I think this is https://codepen.io/poopsplat/pen/VLdNZq the example, of what @sswoodruff89 trying to achieve. I am also trying to do this.