question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unhandled Rejection (TypeError): Cannot read property 'baseUrl' of undefined

See original GitHub issue

I 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

Error

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
rickbergfalkcommented, Apr 13, 2018

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 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

[image: Error] https://camo.githubusercontent.com/a49109e9930206427a26ebc7fdd29254a190792a/68747470733a2f2f692e696d6775722e636f6d2f73514f6a4652732e706e67

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rickbergfalk/sqlpad/issues/340, or mute the thread https://github.com/notifications/unsubscribe-auth/AASjXnvqzZrN8f7wpkGt0_As8PrILqKIks5toOKlgaJpZM4TT0hU .

0reactions
rickbergfalkcommented, Apr 24, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found