oAuth Access token don't work after manually codebase overwrite
Hi,
I have a laravel application which has one codebase, i have multiple subdomains all point to the default public_html codebase, i have made each its own .env.subdomain.domain.com and i have written logic to detect the subdomain and load the relevant .env file in public/index.php, everything is working fine all subdomains use their own env file and database details, this is working fine and well.
My issue is users can create oAuth Access Tokens to update data or reterive data from api, the access token work fine but when i update my application codebase in the public_html folder the api token now keep giving error and redirect to login page in postman
I don't upload these folders /storage /vendor /public and all subdomain env files
But everytime after update codeabse my access token's are not able to perform.
Any solution for this?
Please or to participate in this conversation.