Open AlbertoBonfiglio opened 2 months ago
After troubleshooting I found I can make it work by returning config.default instead of config from loadConfig in loadConfig.js. Do you see a problem with this? I didn't have time to study the code extensively sto see if it may causes side effects. I am submitting a PR for your review.
Hello, I have installed the latest appwrite (6.0) and appwirite-util cli globally I have a valid appwrite.json in the root directory of my project I am logged in the development server at http:localhost/v1 I set up an appwriteConfig.ts with endpoint, projectId and key, I added the database the config file
when I run npx --package=appwrite-utils-cli@latest appwrite-migrate --it and select sync or any other option except setup local directories it gives me the following error:
Any idea of what's happening?