Max
Max
Same here, and it happens very randomly
We went around this issue it by stopping all zeroconf operations on app minimize and resuming when app goes back to foreground. No idea if there's an actual fix for...
When you try wrong fingerprints a bunch of times on lock screen, it disables the sensor and asks you to use a passcode. Turns out this also works if you...
But isn't this just the summary that's displayed after the deployment is done? Actual URL appears to be set up here: https://github.com/serverless/serverless-google-cloudfunctions/blob/ccd81a56f8d08b8cb30a46d2e23d96c5218828d6/package/lib/compileFunctions.js#L43-L48 and it seems like it's working correctly, but...
@pmuens that is like the next step of my issue 😅 The problem is, that deployment manager receives correct HTTP trigger value, but when function actually gets created, it has...
Here's serverless.yml: ```yaml service: gcftest provider: name: google runtime: nodejs project: gcftestproject credentials: ~/.gcloud/keyfile.json plugins: - serverless-google-cloudfunctions package: exclude: - node_modules/** - .gitignore - .git/** functions: create-account: handler: createAccount events:...
@leo good point. It was supposed to work differently pre Friday call 😅
@fschroiff thanks for reporting! I've seen similar issues on teams with large amounts of deployments. Are you running on iOS or Android?
https://github.com/Anarios/return-youtube-dislike/pull/133 implements iOS and is only stale because it "requires 6 reviews to be merged" and no one is looking at it. These changes are better merged there
@marcizhu it was ready to merge before the conflicts