arangodb/guesser

Connecting the dev database - Step 4

Opened this issue · 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?

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!

I closed it accidentally, whoops!

pluma commented

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?

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