Replies: 1 comment 1 reply
-
You can pass |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It is useful to run a frame server locally, and expose it via a proxy like ngrok to debug frames inside of Warpcast.
When running a nextjs app locally and using a proxy,
url.origin
will belocalhost
, which breaks the frame when used through the proxy. It would be ideal to have a way to overrideurl.origin
to use the proxy address.frog/src/frog-base.tsx
Lines 268 to 270 in bd4c774
Beta Was this translation helpful? Give feedback.
All reactions