Mike Shultz
Mike Shultz
### Ethers Version 5.6.9 ### Search Terms TransactionResponse typescript ### Describe the Problem `TransactionResponse` and `TransactionReceipt` appear to have some inconsistencies, including missing some props in the TypeScript interface. This...
When trying to connect to a service using a custom request header, I keep getting this: > websocat: No URL specified Example nonsense command that triggers it: websocat --header "header-name:...
Having some issues with domain conflicts. Adding the recent DNS and `shop_domains` conflict check exposed a bunch of issues we have with how domains are used and assigned. Here's an...
Some user's domains may need CAA records set for the CNAME target (e.g. `shop.ogn.app`) to allow GCP (and probably AWS) to issue certs for their CDN configuration. Problem is, we...
After the changes from #80 "settle" and we're happy everything is working, remove the `domain` column from the `shop_deployments` table.
When setting up my node, I set a bad LIsting ID. I wasn't thinking and just threw in some raneom one. Didn't think it would stick me in this spot:...
We have sensitive fields that are pseudo-password fields that a browser can store for future use(e.g. web3 privkey). We should try and prevent any sensitive information(passwords, keys, etc) from being...
Looks like we recently hit certs per domain per week rate limiting by Let's Encrypt: err: + ERROR: An error occurred while sending post-request to https://acme-v02.api.letsencrypt.org/acme/new-order (Status 429) Details: HTTP/2...
Show simple names in the CustomDomain modal. For instance, instead of showing a records like this: shop.example.com CNAME fs-autossl.ogn.app. _dnslink.shop.example.com TXT "dnslink=/ipns/example.ogn.app" Show them like this: shop CNAME fs-autossl.ogn.app. _dnslink.shop...