Hi,
I have successfully self-hosted baserow on my local workstation. API was working fine using localhost. Soon as I changed my IP to be accessed externally and got a new Token and API using the IP address, I suddently couldn’t access the HTTP request using the API. Im only able to access the database using the external IP on an external device in the browser. My local IP somehow cannot work with an IP address. It only works with localhost or IP 172.0.0.1
This is the error I’m getting after API setiting: TypeError: Failed to fetch. Does the server allow CORS. I’m using appgyver for frontend.
I got the exact same error using Nocodb. Are there any other configurations I need to introduce to resolve my local IP with localhost?