Azad Furkan ŞAKAR
Nginx - Auth Request
Hello everyone,
I think the auth_request module for nginx is not supported in the nginx version installed with plesk.
Is there a similar solution on the nginx side with plesk? Or can we solve the same situation with Apache? Can anyone enlighten me if they know.
I tried a few methods but I couldn't get the result I wanted. I'm too lazy to set up the server from scratch, I keep postponing it as a last solution.
In short, here's the deal;
I made a licensing system. I connected it as an api with Lemonsqueezy, I am constantly synchronizing licenses, products and customers etc.
When composer is required for the package, I need to send an auth request from domain a, where "composer satis" is installed, to domain b, where the api is. In this way, I will be able to check the license.
10 replies
How to dispatch event when validation has error on current locale?
Hello,
I made a component and when I use methods such as ‘required()’ in this component, I get an error due to invisible components. How can I get past this?
As a solution, I want to check the validation process in the background and if there is an error in the relevant language, I want to return it to the language with dispatch error in Livewire. How can I do it?
7 replies
Select live update problem
I have one Select component and 1 component that I created with ViewField.
Here, when the value I selected with Select is updated, the address variable in ViewField is updated accordingly.
The problem is, each option I select is replaced by the value of the previous option I selected. I have tried many methods and could not find a solution. This is the first time it happens to me. I wonder where am I doing wrong?
Form;
ViewField;
6 replies