about websockets

@manas-marthi
@manas-marthi

are there any videos on using websockets? I want to use websocket to send requests to backend to initiate long running tasks and and then receive push notifications from server when the jobs are finished

1
340

EdgeJS extension for Zed code editor

@hexacker
@hexacker Adocasts Plus

Hello folks,Since I met AdonisJS, I adopted it to be my main framework for building web apps, I would love to thank the team behind it for this amazing work.Recently, I rediscovered Zed editor, which is the fastest code editor I have ever used...

5
629

Averaging over time period and grouping by properties

@swarnim
@swarnim

So i have a adonis model where i store propertyValue and each entry has a timestamp (ISO 8601). There are several properties which is related via a propertyId. So my objective is to aggregate data and get averages over a day for a particular...

Is there any point in putting try/catch statements in each method of a controller?

@alexys-laurent
@alexys-laurent

I'm using Adonis JS as the API for my application. For each method in my controllers, I add try/catch statements to handle errors and return a response to my front-end in case one occurs. async createDiscussion({ request, auth, response }:...

Inertia + React - Change URL but open modal (No full navigation)

@michel-mbili
@michel-mbili

Working with Adonisjs + Inertia + React. I want to show details of a user by clicking on it. I want the url to change but a modal opening instead of a full navigation Do you have an idea of how can accomplish that?

I made a WhatsApp group of businesses/freelancers using Adonis

@vladimir-laskin
@vladimir-laskin Adocasts Plus

Hey there, Tom, firstly I would like to thank you for the amazing content that you have been putting out ยป I am still somewhere around the mid-way through your let's learn Adonis v6 guideline, but have learnt a great deal. I have made a WhatsApp...

2
346

SharedData Problem - Inertia + React

@michel-mbili
@michel-mbili

here is my inertia.ts sharedData: { greetings: 'bonjour', user: (ctx) = ctx.auth.user, errors: (ctx) = ctx.session?.flashMessages.get('errors'), }, Here is a page:interface Props extends PageProps {} const SigninPage = () = {...

About packaging in adonisjs + inertia

@rajeeb-shakya
@rajeeb-shakya

Can i create a packages in adonisjs with inertia ? is there any lessons in here?

3
336

Adonis + Docker

@ab-ab
@ab-ab

Hello, Is there a lesson talking about adonis development / deployment using docker docker-compose?

Vue Sortable

@memsbdm
@memsbdm

Hi @tomgobich ! I have a quick question concerning your inertia course. On your deployed app, there is the Sortable feature on the /courses page. I could not find the corresponding code on your repo or your other branches on GitHub. Can you...

4
2,543

building-with-adonisjs-and-inertia repository setup error on local machine.

@thiago-domingues
@thiago-domingues

Hello I'm trying setup this project: https://github.com/adocasts/building-with-adonisjs-and-inertia on my local machine and I'm getting this error: [postcss] /home/thiago/study/node/building-with-adonisjs-and-inertia/inertia/components/SettingsShell...

Passing parameters to the router line

@oliverwhite
@oliverwhite

Hello, sorry to bother you, but could you tell me if it is possible to build a URL address in which the :city parameter will specify different cities, for example: /fly-to-amsterdam or /fly-to-parisI tried to make a router like /fly-to-:city...

3
457

Not able to share flash messages to frontend with inertia

@deniz-elderenbos
@deniz-elderenbos

I can't figure out how to get flash messages to my frontend with inertia.. // config/inertia.ts sharedData: { notifications: (ctx) = ctx.inertia.always(() = ctx.session?.flashMessages.get('notifications')), } // app_controller....

shared data in inertia config is not coming into vue props

@ryan-clare
@ryan-clare

Out of the box, the adonis inertia.js config file had this section of code:sharedData: { user: (ctx) = ctx.inertia.always(() = ctx.auth.user), }, But in my vue components, when I add user to defineProps it is undefined.What am I missing...

3
437

Recently from today i am getting error on node package on adonisjs

@rajeeb-shakya
@rajeeb-shakya

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node-maintained' imported from /data/disk1/docker-projects/adonisjs/adonis-inertiajs/code/ace.js while using augument chat it gives result The issue is that ts-node-maintained is a deprecated...

Delayed Page Rendering on Tab Focus

@cortesbr
@cortesbr

When I switch browser tabs and return to a page after some time (for example, https://adocasts.com/series/lets-learn-adonisjs-6/lessons/filtering-by-users-watched-status), the page initially appears blank. However, if I wait a moment or click...

3
394

alpine js and edge js

@laariane-amine
@laariane-amine

hello guys , sorry if this is a stupid question but i have been searching for way to pass data from alpine js to edge js , in my case i need to pass an id to the route() where the id is coming from the selectedReview alpine variable :

1
321

Will deployment be covered?

@mohamed-m'rabet
@mohamed-m'rabet

Hi,I was wondering if a chapter about production deployment will be included in the course?Thanks in advance.

How to classify Schema nama in adonisjs 6 migration file?

@sivaclikry
@sivaclikry

In db first approach, we already have db, it has two schemas like auth and audit. auth schema contains user, role, permission table, audit schema contains session, policies. how to create model and migration files?

Selective mail transport driver installation in adonisjs

@epenflow
@epenflow

Does the @adonisjs/mail CLI install all available mail transport by default? installing @adonijs/mail, i only intend to use 3 specific drivers. However, the define_config.d.ts file within the @adonisjs/mail package appears to define configurations...

1
319

Showing 1 to 20 of 34 results

New Discussion
Topic