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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...