full-stack-web-development
full-stack-web-development copied to clipboard
The source code for the "Full Stack Web Development in the Cloud" course.
### Bug description I'm taking the Fullstack SvelteKit course and running into a bug at the `2:56:00` mark when trying to create the **post Endpoint** https://youtu.be/OUzaUJ3gEug?t=10560 ``` import type {...
### Bug description 500 Error: request.query has been replaced by request.url.searchParams seems like the hooks doesn't need validation because when i'm delete the if validation, it works normal ![Screenshot 2022-01-24...
### Bug description LOG: STATUS 500 Invalid `prisma.todo.update()` invocation: { where: { uid: 'ckyqwgk7k0002h6tizorle0wb' }, data: { done: true, text: null ~~~~ } } Argument text for data.text must not...
### Bug description Once a todo is created and marked as done, the user is then unable to unmark the todo item as done. ### Steps to reproduce Click the...
### Bug description Every step is fine,excipt delete.I canit figure out by myself,Can you help me. I get too Error: Status Code: 500 form.ts:21 Fetch error: {} ### Steps to...