[SOLVED] Uploading `.env` file in functions settings results in invalid extension error
- 0
- Functions
- Web
- Cloud
Created a function that will use some environment variables, then tried to use the import .env file feature from settings. I am receiving the following error as displayed in the image. Can anyone please help ?
Can someone help here please ?
It could be possible bug
Yes, known bug that will be fixed in the next release
Great, Thank you so much. Also I think the Regex is wrong for the file chooser
We got rid of the extension validation because the extension can be anything like production or testing, etc.
I see
[SOLVED] Uploading .env file in functions settings results in invalid extension error
Recommended threads
- Unable to connect the git repo with appw...
I am trying to connect my existing repo with the appwrite functions. I have 2 functions in the same repo, and i was able to execute those through cli and its vi...
- Substring lookup for array elements
Hello, Is substring look up possible for array of strings? ```js Query.contains('product_names', [chair]), ``` this only works if I have the exact item name. `...
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...