I’d like to be able to use my own self-hosted API to make MS SQL calls to our on-premise database. I tried locally installing plasmic, but it can’t access the local IP address for some reason as a data source. I curled from the same machine, and it got back the json response, so it isn’t an env thing. My API only ever received responses from the command prompt, not the local plasmic.
That’s strange enough, but when I try the REST API Component on the Plasmic Studio cloud app… it also never makes a call to my locally hosted API, and I thought it could?? It says it is browser-based calls. My browser can go to the GET URL and out pops the data displayed on the screen.
I know there are custom code components, but the way it sounds… these too will have problems, since it seems to require public app hosts. I can’t exactly share our data with the outside world, nor does the company provide me the means to expose endpoints to the world. Red tape city.
The API I created is just a simple node app that generates API endpoints for MS SQL data+view tables. Our internal AI made it for me in like a day. I made the repo public for now if you’re wondering if this is the problem:
EmCmEdT/MsABON: MsABON automatically discovers MS SQL tables and views matching configured filters and exposes REST endpoints for them.
Though it seems fine to me.
The original app was designed and deployed in Budibase, but IT is not supporting a local installation for containerized apps, and my department only supports local installation, so I have to migrate to something that can be deployed locally on Windows, like Plasmic apps.
I am in a pickle, because I really would like a no-code solution to ease in the non-dev team to design or debug on my behalf, but I’m so close to going full code and scrapping my dream.
Frustrated.