remix icon indicating copy to clipboard operation
remix copied to clipboard

Build Better Websites. Create modern, resilient user experiences with web fundamentals.

Results 21 remix issues
Sort by recently updated
recently updated
newest added

Every other adapter seems to accept a promise to load the AppContext before passing it to the loaders. In Vercel's adapter this isn't the case. Since its a common practice...

## Setup I have a minimal Remix app using Vite: https://github.com/mnemitz/remix-test-app This app imports a dummy library I've created here: https://github.com/mnemitz/my-test-lib The library has the two module entrypoints defined in...

Hi! I'm testing the new Single Fetch behaviour in Remix, but I'm having trouble with `headers.getSetCookie` which seemingly isn't present when running on Vercel for some reason. As noted in...

### Reproduction A public repo is available at [peterje/remix-manual-route-config](https://github.com/peterje/remix-manual-route-config/blob/main/vite.config.ts) which was created by: ```sh npx create-remix@latest --template vercel/vercel/examples/remix ``` Then updating `vite.config.ts` to use manual route configuration: ```ts import {...

As a result of issues with unsupported modules similar to #94 and #104 (in my case the problem is tailwind-merge) I've been trying to avoid edge and have everything run...

I am using remix-utils/client-only in a route: https://github.com/sergiodxa/remix-utils ```tsx import { ClientOnly } from "remix-utils/client-only"; export const config = { runtime: "edge" }; export default function Index() { return {()...

Hi! I'm started getting the following error today: `Error: The Edge Function "xxx" is referencing unsupported modules: - use-sidecar: detect-node-es` I tried: - Redeploy old deploy with status **ready**, it...

https://remix.run/docs/en/main/discussion/hot-module-replacement#supported-exports the `@vercel/remix` adapter should augment this list so that it doesn't break HMR when using the `export const config = { ... }`

Hey, I've been trying to migrate our remix app to use vite, but it seems to fail when deploying to vercel with a symlink error. ``` Error: EEXIST: file already...

following the docs using the `export const config = { ... }` as well as the vercel.json fails to deploy for me https://vercel.com/docs/functions/configuring-functions/duration