Deer404

Results 11 comments of Deer404

I just encountered the same issue @1Lua

I encountered the same problem

> @danielroe > > > Is there anything you want to do that isn't currently possible? > > I am currently using nuxt's `nitro.errorHandler` config option to transform my error...

> > Maybe you can try this solution: **server/api/[...].ts** > > ```ts > > export default defineEventHandler(async (event) => { > > throw createError({ > > statusCode: 404, > >...

> > @daniandl Sorry, I re-checked the documentation and tried to implement it like this: **/server/plugins/error.ts** > > > > ```ts > > export default defineNitroPlugin((nitroApp) => { > >...

> ```ts > import nuxtErrorHandler from '~/node_modules/nuxt/dist/core/runtime/nitro/error.js'; > ``` Global api error handling is very important for the backend. The current usage method is a bit dirty. I hope the...

jpush_flutter version:3.0.4 crash stack: ): Process: com.sbbaidu.app, PID: 31037 E/AndroidRuntime(31037): java.lang.IllegalArgumentException: Unsupported value: 'ComponentInfo{com.infopeaktechs.app/com.jiguang.jpush.JPushEventReceiver}' of type 'class android.content.ComponentName' E/AndroidRuntime(31037): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:297) E/AndroidRuntime(31037): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:285) E/AndroidRuntime(31037): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:285) E/AndroidRuntime(31037): at io.flutter.plugin.common.StandardMethodCodec.encodeMethodCall(StandardMethodCodec.java:38)...

@juliansteenbakker The Chinese app stores are very sensitive about sensor permissions. Can the plugin provide a configuration option to allow turning off sensor monitoring?