Replies: 2 comments 4 replies
-
What is your cloud service? That seems like a hosting issue if it's passing an invalid host header. |
Beta Was this translation helpful? Give feedback.
3 replies
-
We've got the same issue w/ remix in k8s container running behind AWS ALB. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
it works well at my computer. But not after deploy to our cloud service. below is the error message
After some dig in, I found the issue
After deployed to our cloud service, the
resolveHost
is[fdbd:dc01:b:90::28]:dc01
, which isn't a valid URL.the source code
remix/packages/remix-express/server.ts
Lines 96 to 98 in 2228ec3
Beta Was this translation helpful? Give feedback.
All reactions