Questions tagged [jetstream]

Laravel Jetstream is an application starter kit for Laravel. Jetstream provides the following features for your application:

  • login
  • registration
  • email verification
  • two-factor authentication
  • session management
  • API via Laravel Sanctum

Documentation at jetstream.laravel.com.

480 questions
2
votes
2 answers

Listener for NATS JetStream

Can some one help how to configure NATS jet stream subscription in spring boot asynchronously example: looking for an equivalent annotation like @kafkalistener for Nats jetstream I am able to pull the messages using endpoint but however when tried…
user3212324
  • 163
  • 1
  • 6
  • 23
2
votes
2 answers

NATS JetStream: Is it possible to explicitly ask from JetStream to (re)send the last few messages it received in subject foo.*?

Essentially what the subject says. I'm wondering if JetStream can be queried in a way that allows us to refetch either the last 15 messages of subject "foo.*" or the messages that JetStream received on subject "foo.*" in the last 1.5 seconds. If…
XDS
  • 3,786
  • 2
  • 36
  • 56
2
votes
1 answer

How does NATS / JetStream "remember" subscribers?

I'm doing my first steps with NATS and see behavior I cannot make sense of, even after reading the docs quite carefully. I have a local NATS server (2.6.5) running. It was started with ./nats-server -js I generate some messages with the following…
Achim
  • 15,415
  • 15
  • 80
  • 144
2
votes
2 answers

TypeError: Cannot read properties of null (reading 'dataset') in Laravel Jetstream-inertia

This error suddenly appears out of nowhere. i tried reinstalling the npm packages but it doesn't work. but when it works when i create a fresh project of jetstream-inertia with the same npm packages. Any Help? Tested on Chrome: app.js:10 Uncaught…
Md Arif Islam
  • 57
  • 2
  • 6
2
votes
0 answers

Re-authenticating a user with Laravel Jetstream/Fortify

I'm using Laravel Jetstream (which uses Laravel Fortify for authentication). The default behaviour seems to be that if a user is inactive for a period of time longer than the SESSION_LIFETIME in the .ENV file, the session expires. I'm trying to…
vue-coder
  • 317
  • 1
  • 3
  • 10
2
votes
0 answers

empty page showing (only "@routes" text comes out) when using Laravel8 + Inertia/vue.js together

this is my webpack.mix.js const mix = require('laravel-mix'); /* |-------------------------------------------------------------------------- | Mix Asset Management |-------------------------------------------------------------------------- | |…
sksmsWKd
  • 155
  • 2
  • 12
2
votes
0 answers

Laravel: Connection refused for `alter table... ` on Docker with MariaDB 10.6

I'm currently working with Laravel and came across a strange issue, though I could not find any answer to it. When I install Laravel (Jetstream) on Docker with NGINX (Latest), PHP-FPM (PHP 8) and MariaDB 10.5, everything works as expected and I can…
2
votes
0 answers

Laravel Sanctum not working with Jetstream's default Login.vue

So I'm using Jetstream for the authorization part! Now I want to use Laravel sanctum's "auth:sanctum" middleware to protect my api's! But when I call the api from my SPA, it gives me "401 (Unauthorized)" error even though I'm making csrf-cookie…
2
votes
3 answers

Laravel 8 Jetstream Inertia All Inertia requests must receive a valid Inertia response

I've been trying to find the correct answer for my problem I know that the question has been asked before here and actually many other places, but no answers I found could suit my problem. The vue component FooterNewsletter.vue