Allan Oliveira Miraballes

Results 7 comments of Allan Oliveira Miraballes

I found this issue https://github.com/shadowwalker/next-pwa/issues/479 Maybe? I'm not sure if it's the same case, but there's a good chance it is. I tried accessing the /sw.js file to see if...

In my app, rotation is forced to occur regardless of whether device rotation is enabled or not. Installing the PWA directly through the browser, this doesn't happen. I've already set...

I'm compiling better data for debugging and feedback shortly.

# More info Node: v23.7.0 ## Used package versions: - `@google-cloud/tasks`: 5.5.1 - `google-gax`: 4.4.1 - `@grpc/grpc-js`: 1.9.9 (this version is internally resolved by Yarn through `google-gax`) I'm already reusing...

full code in my project: ```ts import { HttpService } from '@nestjs/axios' import { HttpStatus, Injectable, InternalServerErrorException, Logger, } from '@nestjs/common' import { ConfigService } from '@nestjs/config' import { CloudTasksClient...

@omar-dev-amrk I'm testing a hypothesis: I'm running my server on Google App Engine, and I recently remembered reading that App Engine has a one-hour limit for active connections, as far...