DEV Community

Discussion on: NextJS Blog with Strapi | Deploy to Heroku and Vercel

Collapse
 
killcodex profile image
Aaquib Ahmed

Now go the the settings tab of heroku dashboard and click “Show Config Vars”. Add “HEROKU_URL” as key and put your URL in the value. After that add “NODE_ENV” as key and “production” as value.

Then open your URL and go to ‘/admin’ route to access the dashboard.

bro can you explain this because I am confused with herouko dashboard or app ?

Collapse
 
dibasdauliya profile image
Dibas Dauliya • Edited

Sure. Go to this link (dashboard.heroku.com/apps/) and click your project. After that go to the settings tab and add key and value as stated above.

Then go to the /admin route your project's deployed URL to access the dashboard of strapi.