-
### Reproduction
The use case here is, user wants pages to default to using a default layout. Alternatively certain pages should use their own defined template.
Reading https://remix.run/docs/en…
-
Trying to get remix-flat-routes working and am getting the error:
```
TypeError: ignoredFilePatterns.map is not a function
at flatRoutes (C:\dev\btc\bigpicture\src\bp-app-remix\node_modules\@…
-
There is a way, explored by [Brock Allen](https://brockallen.com/2019/01/11/same-site-cookies-asp-net-core-and-external-authentication-providers/), to use `sameSite: "Strict"` for the session cookie w…
-
Quick heads up, looks like the NPM registry is missing the build folder.
https://www.npmjs.com/package/remix-auth-linkedin
-
```authenticator.use(
new GoogleStrategy({
clientID: process.env.GOOGLE_OAUTH_CLIENT_ID,
clientSecret: process.env.GOOGLE_OAUTH_CLIENT_SECRET,
callbackURL: process.env.…
-
-
# Issue summary
Before opening this issue, I have:
- [x] Upgraded to the latest version of the package
- `@shopify/shopify-app-*` package and version:
- Node version:
- Operating system…
-
- [ ] Documentation website
- [ ] Document how to approach a Passport to Remix Auth migration
- [ ] Document all current strategies
- [ ] Create example apps for every strategy
- [ ] Create exampl…
-
I'm trying to set up a fixed port to run the local server, but the server is always set up in a random port in each run.
I tried to change the HMR_SERVER_PORT env but still not have effect.
-
The error `Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)` shows on first load. I looked at Vite's repo for potential issues, but didn't find any directly r…