frames.js icon indicating copy to clipboard operation
frames.js copied to clipboard

TypeError: Invalid URL when calling Frames built using Next.js

Open michalkvasnicak opened this issue 10 months ago • 3 comments

If you built frames using Next.js and have that application behind multiple proxies you can get an error ⨯ TypeError: Invalid URL.

This happens because of multiple x-forwarded-proto headers. In order to get around this issue user has to downgrade to [email protected].

See https://github.com/vercel/next.js/issues/58914

michalkvasnicak avatar Apr 17 '24 08:04 michalkvasnicak