#Problem with connecting appwrite with nuxt
20 messages · Page 1 of 1 (latest)
<@&1319717958645452800>
Code? What's returning the error? What's the full error?
NetworkError when attempting to fetch resource
Where are you located at?
The Netherlands
@elfin crown
Hey, sorry, I thought you were using appwrite cloud. What are the logs for the openruntimes-executor container? You can get them by running docker compose logs openruntimes-executor
Ok give me a second
openruntimes-executor | Removing orphan runtimes and networks...
openruntimes-executor | Cleaning up containers and networks...
openruntimes-executor | No containers found to clean up.
openruntimes-executor | Cleanup finished.
openruntimes-executor | Orphan runtimes and networks removal finished.
openruntimes-executor | Creating networks...
openruntimes-executor | Network runtimes already exists
openruntimes-executor | No matching executor found. Please check the value of OPR_EXECUTOR_IMAGE. Executor will need to be connected to the runtime network manually.
openruntimes-executor | Pulling v5 images...
openruntimes-executor | Warming up Node.js 16.0 environment...
openruntimes-executor | Warming up Node.js 22 environment...
openruntimes-executor | Warming up PHP 8.0 environment...
openruntimes-executor | Warming up Ruby 3.0 environment...
openruntimes-executor | Warming up Python 3.9 environment...
openruntimes-executor | Warming up Static 1 environment...
openruntimes-executor | Warming up Flutter 3.29 environment...
openruntimes-executor | Successfully Warmed up Node.js 22!
openruntimes-executor | Successfully Warmed up Node.js 16.0!
openruntimes-executor | Successfully Warmed up Static 1!
openruntimes-executor | Successfully Warmed up Python 3.9!
openruntimes-executor | Successfully Warmed up Ruby 3.0!
openruntimes-executor | Successfully Warmed up PHP 8.0!
openruntimes-executor | Successfully Warmed up Flutter 3.29!
openruntimes-executor | Image pulling finished.
openruntimes-executor | Starting maintenance interval...
openruntimes-executor | Maintenance interval started.
openruntimes-executor | Starting stats interval...
openruntimes-executor | Stats interval started.
openruntimes-executor | Executor is ready.
@undone nebula What's that starter kit? Did you set the endpoint, create the databases, etc required for it to work?
i did use the starter kit for nuxt
but it didnt work there either
the only thing that i was required to config (via config) is project endpoint and id
using the appwrite npm
What's that starter kit?
just the nuxt starter kit
let me send
https://github.com/appwrite/starter-for-nuxt
@elfin crown Hey sorry to keep pinging you just want to know if there is a way to fix this
I think you need to create a new project, set the IDs in the env variables and everything else. I'm not very expert with nuxt
oh alright
i think its the problem with this value of OPR_EXECUTOR_IMAGE. Executor will need to be connected to the runtime network manually. not sure tho
but i will see
You're not using functions, right?