Do not automatically add quotes to env variables
closed
J
Jordan Hershberger
When configuring my application it was not explicitly outlined anywhere that all values get quotations applied around them even if they already had quotes (connection string, a hex string for cookie secrets, etc). Either remove this functionality or add it to the documentation that this occurs. Was very difficult to debug when my variables work well locally but not when directly copy pasted to render env variables.
Log In
Anurag Goel
closed
We do not add quotes to environment variables. It could be an issue with how your code is reading the variable from the environment. Happy to debug if you write in to support@render.com.