Local Fresh Install: Can't Access Admin Panel

Hi, I just followed this amazing tutorial and finished the instalation. The local link (http://localhost:2368) works fine, I can see the content for the home page and navigate throught the links.

But when I try to access the Admin Panel link (http://localhost:4200) I the page freezes, I get only the loading icon which spins undefinetely and the console throws this errors:

deprecate.js:123
DEPRECATION: Using the globals resolver is deprecated. Use the ember-resolver package instead. See hxxxs://deprecations.emberjs.com/v3.x#toc_ember-deprecate-globals-resolver [deprecation id: ember.globals-resolver] See hxxxs://deprecations.emberjs.com/v3.x#toc_ember-deprecate-globals-resolver for more details.
at logDeprecationStackTrace (hxxx://localhost:4200/assets/vendor.js:53878:21)
at HANDLERS. (hxxx://localhost:4200/assets/vendor.js:53975:9)
at raiseOnDeprecation (hxxx://localhost:4200/assets/vendor.js:53905:9)
at HANDLERS. (hxxx://localhost:4200/assets/vendor.js:53975:9)
at handleDeprecationWorkflow (hxxx://localhost:4200/assets/vendor.js:96435:9)
at HANDLERS. (hxxx://localhost:4200/assets/vendor.js:53975:9)
at deprecationCollector (hxxx://localhost:4200/assets/vendor.js:96460:5)
at HANDLERS. (hxxx://localhost:4200/assets/vendor.js:53975:9)
at invoke (hxxx://localhost:4200/assets/vendor.js:53987:9)
logDeprecationStackTrace @ deprecate.js:123
router_js.js:109

Attempting URL transition to /
router.js:39 Preparing to transition from ‘’ to ‘home’
:4200/ghost/api/v3/admin/users/me/?include=roles:1

Failed to load resource: the server responded with a status of 404 (Not Found)
:4200/ghost/api/v3/admin/site/:1

Failed to load resource: the server responded with a status of 404 (Not Found)
router_js.js:106
Transition #0: home: transition was aborted
router_js.js:109 Attempting transition to error404
router.js:39 Preparing to transition from ‘’ to ‘error404’
:4200/ghost/api/v3/admin/users/me/?include=roles:1

Failed to load resource: the server responded with a status of 404 (Not Found)
:4200/ghost/api/v3/admin/site/:1

Failed to load resource: the server responded with a status of 404 (Not Found)
router_js.js:106

Transition #1: error404: transition was aborted
rsvp.js:26

Uncaught Error: You must provide a param path.
at getParam (route-recognizer.js:177)
at Array.generate. (route-recognizer.js:270)
at RouteRecognizer.generate$1 [as generate] (route-recognizer.js:734)
at PrivateRouter.generate (router_js.js:2132)
at Class.generate (router.js:482)
at RouterService.urlFor (router.js:233)
at Class.error (application.js:131)
at Class.triggerEvent (router.js:1298)
at PrivateRouter.triggerEvent (router.js:178)
at Transition.trigger (router_js.js:467)

How can I fix this?

Code Version:
version
Browser:
Opera

Hey @brunopava :wave: what exactly are you trying to do? Unless you’re trying to make changes to the Ghost Core, you should be following the local install guide:

2 Likes

Ok, I found what I needed via this link. Thanks.

@brunopava I am having the same propblem. Please let me know what steps did you take to solve this and which link you used.

You shouldn’t be accessing the admin panel at :4200 normally (despite this old post), BUT the admin panel is broken in 5.61, so you should downgrade to 5.60, which will probably fix your actual problem.