Ask Questions, Get Answers

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

Create an Account

🙋 Developer Questions

Solved

a.kindlbacher · 4 days ago

More infos about 3.0 out there?

So far I was investigating the blank template. Eachtime the template is switched the adjustements are gone. 3.0 promises: "We have also decided to go all-in on the Tall Stack, this mean...
2
Solved

a.kindlbacher · 1 week ago

CSS not found in Wave when switching Themes

Hi, I am getting Unable to locate file in Vite manifest: resources/themes/blank/assets/css/app.css when switching Themes in Wave. Any ideas? The path is correct and the file is there.
3

Keith Prinkey · 1 week ago

Payment haywire, again

Hey guys, I am not sure what is going on with this system but I paid for the premium but never got it activated for my account?
4
Solved

Produkt · 1 week ago

Avatar broken

Not sure if this is maybe a Herd issue or what, but on a fresh Wave install the avatar pictures for the user in the user menu and on the profile are broken. They are pointing to http://local...
2
Solved

Aarontharker1972 · 1 week ago

Unable to publish site to production server

I've got the start of my site up and running locally and want to push it out to my staging/production server. After sending my local files to github and then pushing them to my staging serv...
8
Solved

Aarontharker1972 · 2 weeks ago

Creating new volt components

Whenever I create a new Volt component it is created in the vendor/wave folder rather than in the theme folder?
3

Cesar Perez · 2 weeks ago

Login Event Triggered Twice Causing Conflict with rappasoft/laravel-authentication-log

Hi everyone, I'm currently using the DevDojo Auth package, and I'm running into an issue where the Login event is being triggered twice on a single login attempt. This behavior is causing pr...
1

Produkt · 2 weeks 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...
9

Brian · 3 weeks 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 · 3 weeks 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
Solved

Produkt · 3 weeks ago

Logo link in transaction emails

When my app sends transactional emails such as email verification, my logo appears at the top but the link points to '/'. How do I link it to my website?
6
1
Solved

Produkt · 3 weeks ago

Allow users to enter promo code on checkout

How do I allow this?
3
Solved

bolinkruben · 3 weeks 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...
8

ma8eos · 1 month 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 · 1 month 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 · 1 month 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
Solved

William Gibram · 1 month ago

Protecting Folio routes with roles and/or permissions

Hi! I'm using Laravel Folio and Volt in resources/themes/{theme}/pages/somePage, and I’d like to restrict access to certain pages so that only users with specific roles or permissions can vi...
1
Solved

William Gibram · 1 month ago

What /admin/forms does?

Hi! I noticed that we have a /admin/forms route and that we can create forms just by adding them. But where can I actually access them? Like, what is this for exactly? Thanks in advance!
1

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
Solved

bolinkruben · 2 months ago

Change registrating page in wave

Hi there, I would like to add a terms of service option on the registration page. Just a text with a link. Could not find out how to do that.
2

Produkt · 2 months 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 · 2 months 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
Solved

Produkt · 2 months ago

Deploying production assets

I set some files and settings in the /auth/setup screen, including a background image and favicons. When deploying to the server, this is ignored and there are broken images and assets. What...
2

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
Solved

Produkt · 2 months ago

Date discrepancy when user cancels subscription

I am testing subscription functionality and when I sign up (through Stripe) for a monthly subscription, and then cancel, my /settings/subscription page reflects the subscription's updated_at...
3
Solved

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
Solved

Brian · 3 months ago

Auth error for disabling registration

Hi All, I am trying to disable registration in my application however when I toggle the configuration in the Auth/Setup/Settings route I get the following error: Unable to rewrite key "...
3
Solved

Produkt · 3 months ago

419 Error When Testing Stripe Webhook

I'm trying to test my Stripe webhook and I'm seeing the events appear in the console but each one fails with a 419 error. I am running stripe listen --forward-to https://wave.test/webhook/st...
8

Produkt · 3 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
Solved

mubeen · 3 months ago

Devdojo Discord

Hi Everyone, I remember that devdojo used to have a Discord server, does it still exist and where do i find the link to join?
2

Loading More Content