RockerOne

Results 10 comments of RockerOne

Hummm my bad, From the parse android API docs, channel - A string identifier that determines which messages will cause a push notification to be sent to this client. The...

Same for me no tooltip rendering, no HTML node in the rendered page.

Hi all on **NODE:** 20.0.0 **NPM:** 9.6.4 **TURBO:** 1.10.15 **NEXTJS:** 14.0.0 **ARCH:** arm64 **PLATEFORM:** MAC M2 silicon i having a `dynamic require not supported` that throw on the front end...

I've the same error. Work fine with minimal express code like this `var express = require('express'); const fs = require('fs'); var app = express(); var http = require('https').createServer(app); app.get('/', function(req,...

I have the exact same issue today. Thank @stefan-girlich for the workaround. But internal schema should be excluded while creating migration.

The error is `Uncaught Exception: transaction declares authority '{"actor":"dumbest","permission":"owner"}', but does not have signatures for it.`

Exact same error for me It's seems that the new way Next js structure the API in route and a set of named function (get, post, ... ) doesn't fit...

Testing some workaround but lot of classes use `NextApiRequest` and `NextApiResponse` instead of the new `NextRequest` or `NextResponse`. Also `createHandler` should return a set of decorated function or allow more...

Hello ! I just posted a research around decorator around the new Route handler in NextJS App router to find a possible solution outside this repo and potentially fork and...