-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Description
- Review the documentation: https://docs.clerk.com/
- Search for existing issues: https://github.com/clerkinc/javascript/issues
- Go through package changelog files.
- Provide the Frontend API key from your application dashboard.
Package + Version
-
@clerk/clerk-js -
@clerk/clerk-react -
@clerk/nextjs -
@clerk/remix -
@clerk/types -
@clerk/themes -
@clerk/localizations -
@clerk/clerk-expo -
@clerk/backend -
@clerk/clerk-sdk-node -
@clerk/shared -
@clerk/fastify -
gatsby-plugin-clerk -
build/tooling/chore - other:
Dependencies + versions
{
"dependencies": {
"@clerk/remix": "^2.2.17",
"@remix-run/node": "^1.14.3",
"@remix-run/react": "^1.14.3",
"@remix-run/vercel": "^1.14.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@remix-run/dev": "^1.14.3",
"@remix-run/eslint-config": "^1.14.3",
"@remix-run/serve": "^1.14.3",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"cross-env": "^7.0.3",
"eslint": "^8.9.0",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}Browser/OS
Chrome 112
Description
https://github.com/arjunyel/remix-auth-starter/tree/bug/v2_errorBoundary
In remix.config.js, if v2_errorBoundary: true login results in a 401 error. v2_errorBoundary: false works fine.
v2_errorBoundary - Combine ErrorBoundary/CatchBoundary into a single ErrorBoundary https://remix.run/blog/future-flags
AlexGodardjilio
Metadata
Metadata
Assignees
Labels
No labels