Maybe someone knows how to add a second domain? APP_URL=http://api.domain.com
SANCTUM_STATEFUL_DOMAINS=domain.com
I need to add, for example, the seconddomain.com domain, but for the api to remain on api.domain.com and for the site to be accessible both on domain.com and seconddomain.com I did like this SANCTUM_STATEFUL_DOMAINS=domain.com,seconddomain.com If I look through domain.com everything is OK, but if through seconddomain.com, then after /login no request is made for user, tell me what could be the problem