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

add notes to address joeys questions #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/hub/Guides/mint-page-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Fork the repository https://github.com/holaplex/hub-starter-mint and give it a u

6. Click *Apply* to create the database and web service

Note: An additional variable `NEXTAUTH_SECRET` will be automatically populated when the Render blueprint is created. If you are running a legacy version of a starter app in Render, you may need to add this manually (a random string).

### Finish configuration

1. On the web service page, copy the deploy URL (e.g. https://mint-page.onrender.com)
Expand All @@ -109,4 +111,11 @@ Fork the repository https://github.com/holaplex/hub-starter-mint and give it a u

### View your mint page

Your mint page is now deployed and ready to use! The URL is available in Render, e.g. https://mint-page.onrender.com
Your mint page is now deployed and ready to use! The URL is available in Render, e.g. https://mint-page.onrender.com

### Troubleshooting

If you have encountered any errors in creating wallets and customers while deploying your app, you may need to clear and recreate the database:
```
npm run reset
```