LysineOriginal post
Web Developer
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with appwrite run functions, but when deployed on Appwrite cloud, the function rejects all requests even if I've triple-checked that the header is being set properly. Is the Authorization header being overwritten or blocked by Appwrite Cloud somehow?
Summary
Developers having issues with the `Authorization` header in an Appwrite function on the cloud. Works locally but not deployed. Suspect header interference on the cloud. Solution: Make sure proper cloud setup for custom headers.