10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The project variable is available in the function.
The project variable is not available in the function.
I created a global variable named APPWRITE_ENDPOINT:
APPWRITE_ENDPOINT
I deployed this code:
import 'dart:async'; import 'dart:io'; Future<dynamic> main(final context) async { return context.res.json({ 'environment': Platform.environment, }); }
I deployed the function and made sure it didn't have any pending changes to be deployed:
Execution:
Version 1.4.x
Linux
No response
The text was updated successfully, but these errors were encountered:
Meldiron
Successfully merging a pull request may close this issue.
👟 Reproduction steps
👍 Expected behavior
The project variable is available in the function.
👎 Actual Behavior
The project variable is not available in the function.
I created a global variable named
APPWRITE_ENDPOINT
:I deployed this code:
I deployed the function and made sure it didn't have any pending changes to be deployed:
Execution:
🎲 Appwrite version
Version 1.4.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: