internalConnectMultiple error in hono nodejs

Hey guys! I'm currently using hono for my backend which serves my frontend as static files. I'm confused why I'm getting error when I try to run it on production I'm getting this error specifically:
ERROR INTERNAL_SERVER_ERROR Better Auth

at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
ERROR INTERNAL_SERVER_ERROR Better Auth

at internalConnectMultiple (node:net:1116:18)
at afterConnectMultiple (node:net:1683:7)
4 Replies
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
josh-dev627
josh-dev627OP3mo ago
Thansk @Borut Svara! I've alredy found the issue. It's actually just a CORS error.
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
josh-dev627
josh-dev627OP3mo ago
Nope, just wrong configuration.

Did you find this page helpful?