Ask Questions, Get Answers

Have a questions about code or building your side-project,
ask away in our friendly community disucssions.

Create an Account

🤷‍♂️ Unsolved Questions

Produkt · 6 hours ago

Error on php artisan:optimize

I get the following error when running php artisan:optimize in production. TypeError: Livewire\Volt\FragmentAlias::encode(): Argument #2 ($path) must be of type string, null given, called in...
0

Brian · 1 day ago

Devdojo Auth support for Livewire Volt 1.7

Hey all, Has anyone gotten Devdojo Auth working with Livewire Volt 1.7? I noticed a security issue in version 1.6.7 that was fixed in 1.7: 🔗 https://github.com/livewire/volt/security/adviso...
1

Produkt · 4 days ago

Dark mode/light mode favicon not updating

The dark mode favicon in Devdojo auth is displaying when my screen is not in dark mode, making the logo invisible. Also relatedly, the favicon does not change at all depending on the light/d...
3

bolinkruben · 6 days ago

Volt routing problem

Hi! I've deployed my SaaS application built with Wave, but I'm running into a routing error when using Volt. The URL in question is: http://mywebsite.com/projects/9ed0a5f0-7d9b-4609-b166-944...
5

ma8eos · 2 weeks ago

Get users to billing page right after they picked a pricing plan

Once the user makes a choice from the pricing blade they may be ready to fill out billing/checkout. But, if I am not mistaken, current flow is getting them to sign-in, click sign-up, and th...
1

Produkt · 2 weeks ago

Token expiration length for API key login

In the config/wave.php file there is a key for 'api' => 'auth_token_expires', does this only control the expiration for logging into the API with user name and password? I was getting a 1...
1

Daniel Slyman · 3 weeks ago

Tails Export without TailwindCSS output file.

Hey guys, is there any chance to get a TailwindCSS file that is compiled when using the Tails editor? It seems that all the CSS is within the HTML file. Best, Daniel
4

Produkt · 1 month ago

Dark mode in user dashboard

I have added several pages within my user dashboard including some links in the sidebar. When I enable dark mode from the user menu it enables dark mode, obviously. However, if I navigate to...
10

Produkt · 1 month ago

OAuth Login Does Not Automatically Send Verification Email

If you have enabled OAuth login for social sign on (I've only tried Google), and you also have email verification enabled, the user does not automatically get sent an email when they reach t...
7

Produkt · 1 month ago

2FA Logo

I was messing around with enabling 2FA for my Wave login and when scanning the QR code to add to the authenticator app, it loads a strange image as the default logo. How do I change it? Addi...
5

Haleem Hosein · 2 months ago

MacOS - How to use Laravel Herd and ngrok for a multi-tenant app to receive webhook

Hi all. I am working on a multi-tenant application that uses the subdomain to identify the tenant e.g. demo.happykids.test. I read through Laravel Herd docs on sharing a site and this is wha...
2

Cesar Perez · 2 months ago

Update thedevdojo/auth PHP 8.4 / Laravel 12

Hello DevDojo community, I've been using the thedevdojo/auth package in my projects, and I'm wondering if there are any plans or timeline for updating it to be compatible with PHP 8.4 and La...
1

Produkt · 2 months ago

Uncaught (in promise) TypeError: expression.trim is not a function

Uncaught (in promise) TypeError: expression.trim is not a function I recently updated npm and composer and now when I try to login, I get the error above. Anyone else experiencing this? How...
4

Produkt · 2 months ago

Sanctum Guide for Wave?

Any chance we can get a tutorial/guide on how to implement Sanctum into Wave? I tried the instructions on https://laravel.com/docs/11.x/sanctum but not sure I'm doing it correctly. Testing o...
2

Produkt · 2 months ago

New Users Get 2 Email Verification Emails

When my new users sign up, they get 2 verification emails right away instead of 1. Why is this happening? I do have email verification required in my admin setup, and I also am redirecting u...
11

Ookma-Kyi · 2 months ago

Policy to allow admins to edit models in the admin panel

I am using the following code inside the policy class for the Duel model to prevent users from editing the model unless they are the opponent. However I want admins to be able to edit the mo...
2

Produkt · 3 months ago

Managing User Resources on Subscription Change

Let's say for the different tiers of subscriptions I have, you are allotted different number of resources. Basic tier gets 1 widget, Premium tier gets 2, Pro tier gets unlimited. When a user...
8

Produkt · 3 months ago

Storing Wave sessions with browser extension

I am building a browser extension to communicate with my Wave API from. 3rd party site. I am discovering that stateless JWT might not be the best way to do this without having the user log i...
4

Produkt · 3 months ago

API Functionality

I am trying to utilize the API feature. I was able to generate a token by using the api/[email protected]&password=password. Once a token is generated, how do I use it in a req...
3

saltychips · 3 months ago

Conceptual Qs: Part 1: User vs Admin Dashboards, Part 2: Location of 'wave' files, Part 3: Routes

I'm trying to determine if Wave would be suitable for my project. I'd like to better understand how Wave's user vs admin files are structured, Wave vs native Laravel files, and the direction...
1

Produkt · 3 months ago

Health check

Laravel 11 comes with a health check endpoint at route “/up” that comes standard. I noticed this is not available in the Wave app. How can this be made available in my project?
2

oMarlon · 3 months ago

Roles and Permissions doens't work for me

Roles and Permissions I was trying to create a new role and permission following this tutorial, but doesn't this link https://devdojo.com/wave/docs/features/roles-permissions#roles-and-permi...
1

Chris De David · 3 months ago

Are you using SVG icons in TALL stack apps?

Hi all, Are you using SVG icons in TALL stack apps? I believe using SVG icons (like Hero Icons) is slowing down my TALL stack app. The payload increases a lot for large pages that refresh co...
4

· 3 months ago

Guide how to create a CRUD with Wave

Hi, can you please help me to find a guide or Video that explain how to create a CRUD section with Wave with form and role? Thanks
3

Haleem Hosein · 3 months ago

Livewire 3 Rescan Alternative

Hi, I have a rule builder component that allows the user to construct their own search query. It's similar to https://hammerstone.dev/ and was built using AlpineJS. We sync the rules to Live...
1

veggiewear · 3 months ago

Devdojo Auth

Hi is there a way to disconnect the connection to auth for google? Thanks
9

Ookma-Kyi · 3 months ago

Refactoring Vue template causes errors

I am trying to pass values from a child vue to a parent and it doesn't work. I tried using console.log to debug and it doesn't appear in my Firefox web developer tools console at all. Based...
1

Mohamed-Fourti · 4 months ago

Paddle subscription cancellation and invoice downloading issues.

Hello, I’ve been testing the Paddle sandbox and ran into issues with both subscription cancellation and invoice downloading. For cancellation, I got this error: SQLSTATE: Invalid datetime fo...
2

love0604ms · 4 months ago

Question

You said you would review my post in 24 to 48 hours, but why are you still blocked from writing a new post? When will it be possible for me to write a new post?
1

DIOGO GUIMARAES · 4 months ago

Account Under review after first post/blog

Hello everyone, first of all, congratulations on the DevDojo structure! I'm creating my blog, and I really liked it. As a DBA, I was looking for a structure to write my blogs, and after much...
1

Loading More Content