You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking "Attempt Fix" should correctly import and use the API.
Screen Recording / Screenshot
Platform
Browser name = Chrome
Full version = 130.0.0.0
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 87299961,
"usedJSHeapSize": 85096813,
"jsHeapSizeLimit": 4294705152
}
Username = sarahandsilas
Chat ID = 6ce8bddb8584
Client version = 6c0f11b
Server version = 6c0f11b
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I asked Bolt to use the finnhub service to read stock data (instead of a hardcoded mock).
https://www.npmjs.com/package/finnhub?activeTab=readme
It appears to import the service, but the subsequent chat fails in a loop with:
TypeError: Cannot read properties of undefined (reading 'ApiClient')
When I log the finnhub object to the console, it appears to be blank.
Clicking "attempt fix" just generates variations on the same error.
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-jhtgcacd
Validations
Steps to reproduce
Expected behavior
Clicking "Attempt Fix" should correctly import and use the API.
Screen Recording / Screenshot
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: