I am working on the server side, I tried to connec...
# off-topic
g
I am working on the server side, I tried to connect strapi with supabase and deploy it to heroku
a
Heroku env var
I guess u are following heroku way to set and get the env vars https://devcenter.heroku.com/articles/config-vars
g
Yes, I follow the heroku way
a
Then console.log the supabase url in your code, what does it show?
g
it says "no Route matched with those values"
a
What does console.log the supabase key show?
g
a
u mean u created a .env file in the above link to set your env var?
g
ya, i created .env file
a
Then instead follow heroku way to set and get the env vars https://devcenter.heroku.com/articles/config-vars
g
All right, thank you for your reply.