Getting a 405 Method not allowed on Vercel
I cant do any requests with trpc, because I get a 405 method not allowed.
- disabled the vercel authentication
- allowed all origins and all methods from http at next.config.js
- did ssr configuration at trpc
- disabled the vercel authentication
- allowed all origins and all methods from http at next.config.js
- did ssr configuration at trpc
