Codie-123Original post
Web Developer
Hey everyone , i hope you all having a wonderfull day .
recently i had integrated appwrite to my small side react projects , its very simple to integrate ,
but iam confused at some point when iam trying to list documents inside my profile in client side i cant import the env data , yes on client side we dont have access to env variables .
can anyone suggest a good method to solve this
Summary
Developers are unable to import environment variables on the client side when using Appwrite in a React project. One suggested solution is to create a proxy server to securely retrieve the environment variables and pass them to the client side.