Hi, just adding this here because it wasn’t clear for me and I had to struggle a bit with this: what I did was change the server.js to have it like this:
{url: process.env.HEROKU_URL,
admin: {
auth: {
secret: ${process.env.JWT_KEY}
}
},
and it worked.
1 Like