Arnaud Gissinger
Arnaud Gissinger
I managed to get my way through this, here is what I learned/worked for me: 1. Almost all my issues were because of the fact samba wasn't available at port...
I just noticed that the error might be linked to adding exactly this line at the end of a migration `PRAGMA defer_foreign_keys = off;--> statement-breakpoint` especially this part `--> statement-breakpoint`
This is an issue for me as well, but this issue is a duplicate of https://github.com/neo4j/graphql/issues/243, please express your interest there by adding a reaction (👍) to the first post.
Got it, so you might be interested by my comment there https://github.com/neo4j/graphql/issues/243#issuecomment-1717680199
Adding this to your docker image / docker env works ```Dockerfile ARG BASE_TAG="develop" ARG BASE_IMAGE="core-ubuntu-jammy" FROM kasmweb/$BASE_IMAGE:$BASE_TAG # ... ENV VNCOPTIONS="${VNCOPTIONS} -disableBasicAuth" # ... ```