AppProxyForm
Sets up a Remix <Form> component that works when rendered on an app proxy page.
Supports any properties accepted by the <Form> component.
Because Remix doesn't support URL rewriting, any route using this component should match the pathname of the proxy URL exactly, and end in a trailing slash (e.g., https://<shop>/apps/proxy/), or set the Remix Form prop navigate to false.
Was this page helpful?