Unhandled Rejection (TypeError): Cannot read property 'baseUrl' of undefined
See original GitHub issueI just cloned the repo and ran npm start. I saw the web page load up at http://localhost:3000 and then this error
Unhandled Rejection (TypeError): Cannot read property 'baseUrl' of undefined
I’m running it on the following config
OS: Windows 10
node: v8.9.2
npm: v5.5.1

Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
TypeError: Cannot read property 'baseUrl' of undefined · Issue ...
Describe the bug I used npx -p @storybook/cli sb init to add Storybook to my Angular component library monorepo (using Lerna).
Read more >Cannot set property 'baseUrl' of undefined - Stack Overflow
The error in cause is: TypeError: Cannot set property 'baseUrl' of undefined. var AuthClient = (function () { function AuthClient($http, baseUrl) ...
Read more >Cannot read property 'baseUrl' of undefined-Reactjs
Coding example for the question React Jest TypeError: Cannot read property 'baseUrl' of undefined-Reactjs.
Read more >Unhandled Rejection (TypeError): Cannot read property 'baseUrl' of ...
I just cloned the repo and ran npm start . I saw the web page load up at http://localhost:3000 and then this error....
Read more >cannot set properties of undefined (setting 'axios') - You.com
This occurs when the API has not sent a response yet and weather data is still empty. I'd recommend adding a [loading,setLoading] state...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve just noticed that too - It’s because I left the baseUrl in the development config… for short term workaround navigate to http://localhost:3000/sqlpad/ and it should work for you. I’ll revert the baseUrl change for dev purposes
On Fri, Apr 13, 2018 at 1:38 PM, Soham Dasgupta notifications@github.com wrote:
I haven’t experienced this issue since the change - let me know if you’re still running into issues after pulling in latest master and we can reopen