sadektouati

Results 18 comments of sadektouati

Any solution to this problem? I spent a while trying to make it work. It's not working, "data" field is null

> @sadektouati Did you find a solution or did you give up? I sort of gave up. How about you

@richard-llmnn Thank you very much

@richard-llmnn I'm happy to hear that. Can you please tell me what goes where ? Here's the object I get from the subscription: `{ "keys": {"auth": "string", "p256dh": "string"}, "endpoint":...

@richard-llmnn Thank you very much, now it's working. My problem was that intead of this: `Subscription::create([ 'endpoint' => $endpoint, 'publicKey' => $p256dh, 'authToken' => $keys_auth, 'contentEncoding' => 'aesgcm', ]),` I...

@falco442 in my case it was a matter of making a subscription exactly as `Subscription::create([ 'endpoint' => , 'publicKey' => , 'authToken' => , 'contentEncoding' => 'aesgcm', ]),` the endpoint,...

@richard-llmnn I think the problem is in your `$subsData = json_decode($item->subscription, true);` it should be : `$subsData = [ 'endpoint' => $endpoint, 'publicKey' => $p256dh, 'authToken' => $keys_auth, 'contentEncoding' =>...

I have the same issue here, any solution?

> @jesseforrest after Kleis's work, it looks like git master php-vips-ext should now be OK with php8. Would you be able to test before we push out a new version?...

@kleisauke Thank you very much, it worked. Do you know why it doesn't with pecl?