We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lukáš Novotný wrote on slack:
Adminbro end in endless redirect loop when I set rootPath: "/"? It does a redirect to /login but it end in redirect loop.
const server = express() const adminBro = new AdminBro({ rootPath: "/", loginPath: "/login", logoutPath: "/logout", ... }) const adminRouter = buildAdminRouter(adminBro) server.use("/", adminRouter) server.listen(3000, () => { console.log(`Server running at 3000`) })
The text was updated successfully, but these errors were encountered:
c3567c1
fix: error with redirect where root path is /fixes #24
cc3d5fc
chore(release): 3.0.1 [skip ci]
b2f86cb
## [3.0.1](v3.0.0...v3.0.1) (2020-09-28) ### Bug Fixes * error with redirect where root path is /fixes [#24](#24) ([cc3d5fc](cc3d5fc))
🎉 This issue has been resolved in version 3.0.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
79853f3
## [3.0.1](SoftwareBrothers/adminjs-expressjs@v3.0.0...v3.0.1) (2020-09-28) ### Bug Fixes * error with redirect where root path is /fixes [#24](SoftwareBrothers/adminjs-expressjs#24) ([cc3d5fc](SoftwareBrothers/adminjs-expressjs@cc3d5fc))
No branches or pull requests
Lukáš Novotný wrote on slack:
Code to reproduce
The text was updated successfully, but these errors were encountered: