I need help that I can work with subdomains. I do not understand the reason why this should not work. js methods: { submit() { this.form.post('/login') } } My route is client.authentication.login.store and i use https://github.com/tighten/ziggy this is a example for ziggy ```js
methods: {
submit() {
this.form.post(route('client.authentication.login.store'))
}
}