zrilman
How to force SSL on projects using tRPC?
Basically I've tried to use the code from https://www.npmjs.com/package/express-sslify package
By adding a middleware to my procedures, but that resulted in ,dns_probe_finished_nxdomain error on production. Then I found this article on tRPC website https://trpc.io/docs/server/adapters/nextjs
And I've tried to write a custom handler that uses similar logic from the above-mentioned package. But the same error occurred 😔
Code snippet:
5 replies
Using tRPC in CRON jobs
Yes. Exactly. Since Vercel allows ts & js cron jobs a simple vanilla client should do the work?
https://trpc.io/docs/vanilla
4 replies