Remi Huigen

Results 9 issues of Remi Huigen

In general, I'm running into a lot of issues when trying to use prisma migrate when deploying to digitalocean app platform. I have a production app (and some staging/test apps)...

First off: Not sure if this is a bug or a feature request When using a multiselect field, this field cant be used as part of a WHERE filter. ```...

1. Set up a keystone app with the following [graphql config](https://keystonejs.com/docs/config/config#graphql) ``` import { BaseKeystoneTypeInfo } from '@keystone-6/core/types' import { GraphQLConfig } from '@keystone-6/core/types' import { ApolloServerPluginLandingPageLocalDefault, ApolloServerPluginLandingPageProductionDefault } from...

### 🐛 The bug When using (the latest version of) Nuxt Devtools and Nuxt Seo, Nuxt won't start in dev mode. See also https://github.com/harlan-zw/nuxt-seo/issues/242 ``` // package.json { "name": "nuxt-app",...

bug

The [Settings > Cloudflare account page] (https://admin.hub.nuxt.com/onderwijsin/settings/cloudflare) will give the following notification when using CF's free tier: > You are using Cloudflare Workers Free, we highly encourage to upgrade to...

question

**Is your feature request related to a problem? Please describe.** The server logs in Hub Admin are a real time stream of the application. It would be great if these...

enhancement
admin

I ran into this error: ``[unenv] crypto.createHmac is not implemented yet!`` using the algolia client ``client.generateSecuredApiKey()`` method. [Hmac](https://developers.cloudflare.com/workers/runtime-apis/nodejs/crypto/) should be available in workers if the ``nodejs_compat`` flag is set in...

question

I was wondering about the proper implementation of cache invalidation. Basically, I want to invalidate certain cached functions, when triggering new builds of external apps. To achieve this I've got...

question

I was using this configuration, which broke in v1.8.0, since ``@nuxt/image/dist/runtime/providers/cloudinary`` is no longer found. ```ts image: { provider: 'cloudinary', cloudinary: { baseURL: baseConfig.api.cloudinary + '/image/upload/', modifiers: { quality: '80',...