Closed riku-smile closed 1 year ago
@riku-smile Try to use Nuxt /server
directory (https://nuxt.com/docs/guide/directory-structure/server) for that. I had the same issue, and I had fixed it by moving the code to the server part (thanks to Nitro server engine). Then I called my server API through useFetch
method, and as a route or query params I set the URL which I wanted to be parsed.
I could fix this issue! Thank you @DaDlugosch for your advice. :)
I fixed it, and close this Issue.
Summary
Hi. When I use "rss-parser" with NuxtJS, I can't read propaties. Also, using your exapmle code will not read properties. How can I resolve this error?
p.s. I can get propaties in console. But I can't get propaties in localhost browser(chrome).
Error Message
Code
Env