Upeksha Liyanage

Results 12 comments of Upeksha Liyanage

Thank you so much for replies.. Can you also please let me know whether there is a naming convention for view folders? whether the respective folder for the MasterProductController is...

In the [laravel documentation](https://laravel.com/docs/8.x/passwords), I found out kebab case also. ``` Route::get('/forgot-password', function () { return view('auth.forgot-password'); })->middleware(['guest'])->name('password.request'); ```

I have the same problem

@killday how did you manager to fix this error? > ERROR main_saas odoo.addons.auth_signup_verify_email.controllers.main: 'operator_id' > Traceback (most recent call last): > File "/odoo14/custom/saas/auth_signup_verify_email/controllers/main.py", line 59, in passwordless_signup > sudo_users.signup(values, qcontext.get("token"))...

After referring to #127 and #128 I think the above is not the correct way to fix the issue. I think the best way to solve this is to edit...

@em230418 hi, Is there is a security vulnerability or any other problem with this fix for the #126?

I got this same error, might be from the same issue as in #117 . > Exception Information > -- > > Exception:ValueError > Traceback (most recent call last): File...

@killday Yeah, it worked. This is how I solved the problem #132 . But not sure whether it is correct or not.

So once you open this link http://localhost:8000/laravel-websockets, did it start working? It still didn't for me.