diff --git a/docs/hub/Guides/mint-page-deploy.md b/docs/hub/Guides/mint-page-deploy.md index bde9242..e882ed1 100644 --- a/docs/hub/Guides/mint-page-deploy.md +++ b/docs/hub/Guides/mint-page-deploy.md @@ -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) @@ -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 \ No newline at end of file +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 +``` \ No newline at end of file