-
https://github.com/epicweb-dev/web-auth/blob/001e398941e856d533597cfd895a8516c3acb051/exercises/11.verification/01.solution.schema/prisma/seed.ts#L27-L31
![image](https://github.com/user-attachment…
-
Admittedly a bit niche to workshops where the visual state of the UI is changing during exercises, but I find myself wishing there was a "side-by-side" comparison view of the problem/solution.
It w…
-
So, I noticed something in the Scripting module.
Let's have a look at the `exercises/05.scripting/05.solution.pending/app/utils/misc.tsx` file.
We have the following implementation for the `useIsSub…
-
Whist setting up my own app I've stumbled upon an error:
```
TypeError: Cannot read properties of undefined (reading 'toString')
at GitHubStrategy.authenticate (file:///home/webcloud/code/per…
-
This error only happens when deployed to AWS lambda but works fine locally in dev mode.
Seems to be happening in this call:
```
let result = await authenticator.authenticate("TOTP", request, …
kldeb updated
2 months ago
-
Clicking the "Files" button results in the following error:
![image](https://github.com/user-attachments/assets/40f35c50-b635-48f3-9247-78442a974d4d)
![image](https://github.com/user-attachments…
-
If you run the tests and stop them before they're done, that somehow kills the app server. I have no idea why.
-
### Environment
Node version: 20.13.1
npm version: 10.8.0
Local ESLint version: 9.3.0
Global ESLint version: N/A
Operating System: macOS
### What parser are you using?
@typescript-eslint/pars…
-
I ran
```
npx create-epic-app@latest
```
which worked fine until it asked me if I wanted to deploy, which I answered with yes.
```
? Would you like to deploy right now? (This will take a wh…
-
Workshop: Professional Web Forms
Exercise: Schema Validation - Conform action utils
The workshop video + text is using the 0.9.x version of `@conform-to/zod` that has an API which does not match u…