ERR_SSL_WRONG_VERSION_NUMBER when fetching data from Nextjs API
I am trying to fetch some data from my NextJS api however when i do it i get this SSL error, even when i fetch using fetch~("/api/categopries")
it says invalid url, but my api is in the same directory.