blues-stack icon indicating copy to clipboard operation
blues-stack copied to clipboard

The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.

Results 24 blues-stack issues
Sort by recently updated
recently updated
newest added

### Have you experienced this bug with the latest version of the template? Yes ### Steps to Reproduce Have [Apollo Client Devtools](https://chrome.google.com/webstore/detail/apollo-client-devtools/jdkknkkbebbapilgoeccciglkfbmbnfm) installed on any of those browsers: Chrome, Edge,...

### Have you experienced this bug with the latest version of the template? Yes ### Steps to Reproduce ``` npm run dev ``` ### Expected Behavior I would expect `npm...

### Have you experienced this bug with the latest version of the template? yes ### Steps to Reproduce - Create a project using this template - Try to install an...

### Reproduction Do following commands (on Node.js command prompt) $ npx create-remix@latest --template remix-run/blues-stack $ npm run docker (wait a while until you see LOG: database system is ready to...

### Have you experienced this bug with the latest version of the template? Yes ### Steps to Reproduce - still using esbuild ### Expected Behavior - template scaffolds with vite...

### What version of Remix are you using? 1.19.3 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce I first...

Just like I did in https://github.com/remix-run/indie-stack/pull/255 --- This will also need @mcansh's https://github.com/remix-run/remix/pull/7348

### Have you experienced this bug with the latest version of the template? Yes ### Steps to Reproduce So this less a Bug more of a little annoyance, which could...

This fix resolves an issue where the healthcheck would fail because the connection would close prematurely.