Ruslan

Results 2 comments of Ruslan

I was able to intercept requests between Tesla's latest android app and bff. The URL looks like this (please note that i've intercepted another url): `https://ownership.tesla.com/mobile-app/macgyver/activity-info/12345678?deviceLanguage=en&deviceCountry=US&ttpLocale=en_US&vin=5YJ3E1EB3JF000000` So far, from what...

Related issues: #724, #716, https://github.com/inertiajs/inertia-laravel/issues/429 I think it's a framework independent inertia issue. I've faced this when using react It happens because swapComponent is called on page initialisation https://github.com/inertiajs/inertia/blob/0dd3c0fe421f523c905e0720f92ca823a23bab86/packages/core/src/router.ts#L84-L87 and...