remix-server
remix-server copied to clipboard
Monorepo template with Remix and Payload
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...
I need to add postgres
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:  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!