Adam Galloway

Results 9 comments of Adam Galloway

Does anybody have a solution for this issue? I've been encountering it in my app after periods of inactivity. It's annoying since it throws an Error.

I too am having issues with this. I'm simply doing a select query on the database, which fetches a list of edges. It started giving me a RangeError when trying...

@maggiolo00 I can't get a sample dataset at the minute but I'll show an example. So I have four classes (A, B, C & D). A is a normal class...

@maggiolo00 I had a look at this bug again today, and noticed that it wasn't an issue when I omitted the fetchplan, like I had guessed. It appears that the...

@maggiolo00 I've tried using both the query builder and db.query() but both cause errors when used with a fetchplan. e.g. `db.select() .from('A') .fetch({ in: 0, out: 0 })` and `db.query('select...

@maggiolo00 That was my initial solution, since it was suggested on StackOverflow, but I thought that there may be a better way of doing it. Thanks for the tip though....

@axen2u Were you able to resolve this? I'm facing a similar issue.

@axen2u Are you using environment variables? Would you mind sharing which ones I need to set? I can't seem to get past this error

@axen2u I don't think I can modify config.yaml since I'm hosting a container of the zep image in Azure. I've tried setting the corresponding environment variables but it doesn't seem...