Hi, good morning or evening I hope you're having a great day. I was working on issue #1153 while trying to recreate the bug. I encountered a problem running npm run dev in the Appwrite Console repository. Additionally, when I access localhost/register, I'm unable to create a new user
npm run dev
> dev
> vite dev
VITE v5.2.12 ready in 1047 ms
β Local: http://localhost:3000/
β Network: use --host to expose
β press h + enter to show help
SvelteKitError: Not found: /v1/account
at resolve (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/respond.js:522:13)
at resolve (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/respond.js:322:5)
at #options.hooks.handle (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/index.js:71:56)
at Module.respond (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/respond.js:319:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
status: 404,
text: 'Not Found'
}
SvelteKitError: Not found: /v1/account
at resolve (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/respond.js:522:13)
at resolve (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/respond.js:322:5)
at #options.hooks.handle (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/index.js:71:56)
at Module.respond (/home/typecrap/Work/console/node_modules/@sveltejs/kit/src/runtime/server/respond.js:319:40)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
status: 404,
text: 'Not Found'
}
Hey π, Did you also spin up the appwrite backend container?
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...