I have a simple program with 4 keys stored on my .env, all working ok on local environment. In heroku I am having a few different issues:
One of my keys has a "." character, haven't been able to find good information regarding how to use it, since heroku always throws an error.
My other keys get a "/n" added at the end of the string, no idea why. Double checked that they are ok, but somehow heroku is always adding that to each key, causing the app to crash.