Option to change prisma API url
Bug description
I use code-server wich proxies the internal ports through https://<IP>/proxy/<PORT>/<THE ACTUAL URL/PATH>. So for prisma studio it is: https://<IP>/proxy/5555/. The Studio GUI attempts to connect to /api, wich is not possible since the proxy is not available on this url. Maybe add an option to change the API url when an error occurs on the panel?
How to reproduce
Use Prisma studio on a code-server instance.
Expected behavior
The API should've been reachable but wasn't. Explaination above.
Prisma information
/
Environment & setup
- OS: ubuntu/docker
- Browser: Chrome
- Database: sqlite
Screenshot of page where the problem happened (if applicable)

Prisma logs
No response
Any updates on this?
Hey :wave:
Prisma ORM 7 introduces a brand new standalone Studio, built from the ground up to work everywhere, with or without Prisma ORM. Consequently, all "old Studio" issues are being closed as there won't be any further work on it. :mega:
The new Studio is also available in the Prisma VS Code extension and in the Prisma Console application. :electric_plug:
Help shape, improve and fix the new Studio with us in this repository by submitting bug reports and feature requests. :construction_worker: