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
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...