Hi I'm using useSWR hook on my react app frontend and instead of sending back the data the same way it is in development, its returning the entire HTML page instead. I do think I'm using server side rendering at all. Any ideas whats happening?
package in question -> https://www.npmjs.com/package/swr
expected from data -> the user's data
getting -> HTML(?)
sorry if this is a dumb question, I'm a self taught
junior developer
