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
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...