remix-server icon indicating copy to clipboard operation
remix-server copied to clipboard

Monorepo template with Remix and Payload

Results 7 remix-server issues
Sort by recently updated
recently updated
newest added

Upon starting `pnpm run dev` I get the following error: ``` TypeError [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams at new NodeError (node:internal/errors:405:5) at Proxy.set (node:internal/url:572:13) at Proxy....

Hello. This is a little maintenance PR: - Updates payload to v2 and use the lexical editor - Update remix to v2 and use vite Currently, some things are broken...

Hi, since there have been significant releases to Payload and Remix it would be good to see this example updated. I've spent a couple of hours trying to wrangle the...

```ts { onInit: async (payload: Payload) => { if (process.env.NODE_ENV === 'development') { await seed(payload); } }, } ``` I import `fs` in `seed` and get error: ![image](https://github.com/payloadcms/remix-server/assets/36831801/6ab9dc1c-686e-49bf-9ca0-5c216e3d96f8) Have changed...

How can we get proper type inference on returned values using the payload Local API on the frontend? For example, when typing `req.payload.find({collection: '` within `app/cms` I get proper suggestions...

This pr updates remix to v 1.16.1 to resolve [this](https://github.com/remix-run/remix/issues/6118) issue. Thanks for the great example!