
thenial
@thenial
- Member Since
- Jul 29, 2024
- Lessons Completed
- 61
- Comments Contributed
- 5
- Hours Watched
- 8.26
Recent Activity
Here's what @thenial has been up to this past year
-
Anniversary Thanks for being an Acocasts member for 1 year
-
Replied to Hi Thenial! That is correct, errorsBag won't be included when...
Thanks for the response! the differentiation you pointed out for errors and errorsBags helped me clarify my understanding of them and I look forward to the lectures that cover this topic!
-
Commented on post Sharing Data from AdonisJS to Vue via Inertia
I believe it should be noted that errors: (ctx) => ctx.session.flashMessages.get('errors') does not contain inputErrorsBag or errorsBag. So if you're using session authentication and run into an E_INVALID_CREDENTIALS exception, the errors in sharedData will not have that.
Also, I believe the useForm() hook from inertia uses the errors from sharedData, and if you're using that then it too will not get the inputErrorsBag or errorsBag. -
Completed lesson The Flow of Pages and Page Props
-
Completed lesson Setting Up TailwindCSS, Shadcn-Vue, and Automatic Component Imports
-
Replied to Anytime! Nope, I haven't tried it, but it should be perfectly...
Works perfectly, Thanks!
-
Replied to Hi Thenial! I don't know the exact reason, this is a change ...
Hi, thanks for the reply! and that makes sense. If I choose to have everything inside the resources folder, would that affect the build in any way?
-
Commented on post Creating Our AdonisJS App With InertiaJS
Hi, what is the reason for having the inertia directory in the root instead of in the resources folder? According to the docs, in the vite section, Adonisjs recommends having frontend assets in the resources folder.
-
Completed lesson Server-Side Rendering (SSR) vs Client-Side Rendering (CSR)
-
Completed lesson Creating Our AdonisJS App With InertiaJS