ilikechicken77Original post
Rank 2: Process
Methodology:
- appwrite init function
- appwrite deploy function
Result: - deploying fails immediately
- Errors: "Cannot access offset of type string on string
I tried different runtimes and also other functions which could be successfully deployed in the past..
Thx in advance
Summary
Title: [SOLVED] Error "Cannot access offset of type string on string" when deploying functions
Message: I was getting an error message "Cannot access offset of type string on string" when trying to deploy any function. I followed these steps to solve the issue:
1. Backed up my files.
2. Upgraded to version 1.3.7.
3. Ran the "migrate" command.
After doing these steps, I was able to deploy functions without encountering the error. Thank you to the person who provided the solution! <3