It getting my app into production using Digital Ocean Apps Platform.
I'm using inertia, so it uses XMLHttpRequests, and I don't know how to allow that on Digital Ocean App Platform.
https://imgur.com/QI9uOF8
Guys, note that this app is a fresh Jetstream app, created with the command "laravel new name --jet --stack=inertia" and no changes on code. This runs pretty well on my computer, even on a local server running with nginx or apache, the issue there is with Digital Ocean's APP Platform blocking the xhr (XMLHttpRequest) that Inertia.js
I've also searched on the Digital Ocean's APP Platform documentation but I haven't found anything regarding on an issue like this
The issue is related to ziggy's @routes directive in app.blade.php file, because it returns http endpoints instead of https endpoints.
Following the issue here: https://github.com/tighten/ziggy/issues/542