Skip to content
New issue

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

[docs] Outdated/incomplete installation instructions #4610

Open
tekknow opened this issue Jan 18, 2025 · 1 comment · May be fixed by #4633
Open

[docs] Outdated/incomplete installation instructions #4610

tekknow opened this issue Jan 18, 2025 · 1 comment · May be fixed by #4633
Assignees
Labels
docs Improvements or additions to the documentation support: docs-feedback Feedback from documentation page

Comments

@tekknow
Copy link

tekknow commented Jan 18, 2025

Related page

https://mui.com/toolpad/core/introduction/installation/

Kind of issue

Missing information

Issue description

Step 4 under automatic installation shows a tree of how the new project should look. But mine looks like this:
├── app
│ ├── (dashboard)
│ ├──── orders
│ └────── page.tsx
│ ├── layout.tsx
│ ├── page.tsx
│ ├── api\auth[...nextAuth]
│ └──── route.tsx
│ ├── auth\signin
│ ├──── actions.tsx
│ ├──── page.tsx
└─── layout.tsx

Context

During installation, I opted to include signin options, eg. google, facebook, twitter, etc. Now those show up as the first page but I can't figure out how to get past it to get to the Dashboard UI. Please add instructions for that.

Search keywords: signin, auth

@tekknow tekknow added status: waiting for maintainer These issues haven't been looked at yet by a maintainer support: docs-feedback Feedback from documentation page labels Jan 18, 2025
@bharatkashyap bharatkashyap added docs Improvements or additions to the documentation and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 24, 2025
@bharatkashyap
Copy link
Member

Context

During installation, I opted to include signin options, eg. google, facebook, twitter, etc. Now those show up as the first page but I can't figure out how to get past it to get to the Dashboard UI. Please add instructions for that.

Search keywords: signin, auth

The SignInPage docs page https://mui.com/toolpad/core/react-sign-in-page/#usage-with-authentication-libraries has more information on setting up these OAuth providers; I've updated the installation section to link to this page directly in the linked PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation support: docs-feedback Feedback from documentation page
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants