hubaksis
hubaksis
Hi, I can see that this request is still in the backlog and I couldn't find any details about anything similar. Were there any changes for the last year for...
Thank you, I'll check it. I added your fix to my code. The issue is somewhere deeper as my workaround (with 1000 tries, then fail as I described earlier) didn't...
I usually switch the database to a higher tier, then run the script and switch the database back.
> I presume you just need to manage multiple certs across different domains/dns providers and push them all to keyvault? The reason I ask it it seems more practical to...
Thank you for the advice. I've tried to go back to different cores: 2.4.1, 2.4.2, 2.6.2, 2.6.3 - the result is the same. I'll try to add more debug messages...
Found the issue. Firstly, when working with SIM5320, you need to wait for the PB DONE response after the modem restarts. Can't find it in docs, but I noticed that...
I've narrowed the issue to the sockets array. Maybe it is not initialized as setting TINY_GSM_MUX_COUNT to 1 solves the issue. I'll post an update if I find anything. As...
Hi everyone, I've just spent 4 hours trying to figure out why a newly added function with HttpTrigger was timing out. No matter what I tried, it just kept timing...
My docker file, around 900mb. ``` FROM node:lts-alpine ENV NODE_ENV=production ENV HIGHCHARTS_VERSION=11.4.0 ENV SERVER_ENABLE=true ENV SERVER_SSL_ENABLE=true RUN apk add --no-cache \ chromium \ nss \ freetype \ harfbuzz \ ca-certificates...