frames.js
frames.js copied to clipboard
TypeError: Invalid URL when calling Frames built using Next.js
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