While building function on self hosted instance
What runtime? What's your code? Does any network request from inside the function work?
I rebuilt it and it got solved
JAVA Runtime
Does any network request from inside the function work?
There's a network request but the problem arise during the building of function
[CLOSED] Could not resolve host: api.github.com with status 0
Recommended threads
- Apple OAuth2 "Registration Not Complete"...
I'm getting a "Registration Not Complete" error when implementing Apple Sign In OAuth2 on self-hosted Appwrite. Environment: Self-hosted Appwrite (latest), iOS...
- Migration Failed from 1.7.4 ā 1.8.1: "Co...
Hey everyone! š I'm trying to upgrade my self-hosted Appwrite from **1.7.4 to 1.8.1** and the migration is consistently failing **Environment:** - Current ve...
- Function failing with no real explainati...
āØ```js import {Client, ID, Messaging} from 'node-appwrite'; export default async ({req, res, log, error}) => { if (req.method !== 'GET') return res...