guesser icon indicating copy to clipboard operation
guesser copied to clipboard

Connecting the dev database - Step 4

Open ruthrearle opened this issue 10 years ago • 4 comments

Hi there,

When I point to http://localhost:8529/dev/guesser/hello I am receiving an error:

{ "error": true, "code": 404, "errorNum": 404, "errorMessage": "unknown path '/dev/guesser/hello'" }

I have checked that I have placed the dev-app-path in the js section of arangod.conf. I have restarted the service and still nothing.

Any ideas?

ruthrearle avatar Aug 08 '15 11:08 ruthrearle

I've managed to get the app mounted using foxx-manager install path/to/app /route. But I would be intrigued to know how to do it with the recipe in the tutorial.Either way, I've go it working. Cheers!

ruthrearle avatar Aug 08 '15 12:08 ruthrearle

I closed it accidentally, whoops!

ruthrearle avatar Aug 08 '15 12:08 ruthrearle

The dev-mode logic changed several ArangoDB versions ago. Apps are now no longer mounted in a different place when in dev mode, instead dev mode can be toggled per-app.

@neunhoef / @fceller Do the docs of this app just need to be updated or is the app broken on more recent ArangoDB versions?

pluma avatar Aug 10 '15 15:08 pluma

Hi, I'm still stuck here, couldn't get past step4. What is the new configuration for the guesser app? Tnx.

AmitWS avatar Apr 10 '18 21:04 AmitWS