Sorry for the late answer.
@irexqudiet said in Example of combining Laravel 7 and Quasar superpowers in separate repos:
Status Code: 419 unknown status why did i get this error when i try logging in
It’s usually due to misconfiguration of these variables in your .env file: SANCTUM_STATEFUL_DOMAINS and SESSION_DOMAIN
Check out the note here.