can't reach my api
Summary:
Using a ubuntu vm:
I created an instance, configured a public ip, vcn, vnic, routing, subnet, root table, nsg but can't reach my api that is running on the vm.
however i can connect via terminal and configure the instance and code to run on it
Content (please ensure you mask any confidential information):
I am running a ollama model and a fast api around it but can't acces it from outside the machine.
Version (include the version you are using, if applicable):
ubuntu
Code Snippet (add any code snippets that support your topic, if applicable):
from fastapi import FastAPIimport httpxfrom pydantic import BaseModel