I’m having a really odd problem with render. The env variable APP_URL always returns as my render domain minus the “https://”
No matter what i set it as or where i set it. I can get all other env variables fine but that one just won’t take. I’m getting around the problem by creating a new variable BASE_URL but I was wondering if there was anyway to avoid having to do that and being able to overwrite the APP_URL variable?