Chandra
Chandra
TTCTheo's Typesafe Cult
Created by Chandra on 6/29/2024 in #questions
Nextjs middleware error while rewrite the route
I am facing an issue with middleware
Failed to proxy http://app.localhost:3000/app/login Error: getaddrinfo ENOTFOUND app.localhost
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)
at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'app.localhost'
}
Failed to proxy http://app.localhost:3000/app/login Error: getaddrinfo ENOTFOUND app.localhost
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)
at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'app.localhost'
}
4 replies
TTCTheo's Typesafe Cult
Created by Chandra on 6/6/2024 in #questions
How can we implement the /user/month plan for team.
I have read the usage based pricing but when I try to implement it, It takes the payment of $0. But team has already 1 member it, so how can I do that? Any help would be recommended. Currently I have normal sub plan and every new team invite it increases the quantity added to stripe sub.
6 replies