I'm receiving the Failed to get crumb, status 404, statusText: Not Found error when calling quote on any symbol.
Minimal Reproduction
await yahooFinance.quote('AAPL')
Environment
Browser or Node: Node
Node version: 20.15.1
Npm version: 10.8.3
Library version : 2.13.2
Additional Context
This started yesterday evening, and it's only happening on a server that's running on render. It works fine when running the code locally.
I updated the library to the latest version but the issue still persists.
Bug Report
Describe the bug
I'm receiving the
Failed to get crumb, status 404, statusText: Not Found
error when calling quote on any symbol.Minimal Reproduction
await yahooFinance.quote('AAPL')
Environment
Browser or Node: Node Node version: 20.15.1 Npm version: 10.8.3 Library version : 2.13.2
Additional Context
This started yesterday evening, and it's only happening on a server that's running on render. It works fine when running the code locally. I updated the library to the latest version but the issue still persists.