Skip to content
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
```