Rashid Pathiyil

Results 14 comments of Rashid Pathiyil

Really excited to see this update 🎉

Waiting for a solution.....

I want use notion with Nuxt 3. Please share if you have information that help.

Getting this error after upgrading to Nuxt `3.3.2` and login stop working ``` WARN Sourcemap for "virtual:nuxt:/Users/rashidpathiyil//.nuxt/http.plugin.mjs" points to missing source files WARN Sourcemap for "virtual:nuxt:/Users/rashidpathiyil//.nuxt/auth.plugin.mjs" points to missing source...

> This should be resolved in the latest Vite release (v4.2.1) via [vitejs/vite#12444](https://github.com/vitejs/vite/pull/12444). Perhaps try refreshing your lockfile and confirming? That error is gone when I run this now ![image](https://user-images.githubusercontent.com/15140041/228217265-1ac72357-d276-41cb-be63-6bab4695dc72.png)...

@danielroe Is it possible to fix it on the next release?

@janniks What happened to this PR? 🫠

So we can't use Aggregation & Grouping now on next?

Aggregate is working for me ```js await getItems({ collection: 'transactions', params: { 'fields': ['*.*'], 'filter': { status: 'successful', }, 'aggregate[sum]': 'amount', }, }), ```