CordOriginal post
Rank 2: Process
Since upgrading from Appwrite 1.6.0 to 1.6.1, when running a function locally for development using appwrite run functions --port 3001, the context.req.path is always returning /___vscode_livepreview_injected_script rather than the actual path.
Any thoughts why this is the case?
Summary
Developers are experiencing an issue where the `context.req.path` returns `/___vscode_livepreview_injected_script` instead of the actual path after upgrading from Appwrite 1.6.0 to 1.6.1. This could be due to changes introduced in the update.
Possible Solution: Check the Appwrite documentation or release notes for any changes related to the function context handling in the new version. Make adjustments accordingly to accommodate the changes and ensure the correct path is retrieved.