We scaled the database up. Shouldn't happen anymore.
also weird that there's no https in the request.
You mean in the error message? That's a default error message from Prisma, our beloved database driver. Not sure why they don't use HTTPS in their error message.
That made me check and I see SN with http requests inside the page sometimes. What's that about?
Can you elaborate? I am not aware of any HTTP requests that we're doing
Check out this page: #406297
Watch the "connection not secure" padlock as some requests are http only
reply
0 sats \ 1 reply \ @ek 30 Jan
Check out this page: #406297
That's the page we're currently on. Was that intended?
If so, not happening for me. Which browser are you using?
reply
Firefox.
But looking at the network requests, it looks like all are made with https, although some are not shown with the padlock (you can see them clearly if you order by domain).
Also many are failing with NS_BINDING_ABORTED
reply