patcito
08/12/2018, 8:00 PMpatcito
08/12/2018, 8:00 PMqsys
08/12/2018, 10:02 PMThere are issues with the new service definition:
Global
✖ For input string: "null"
I'm not sure where I have a 'null', and all my required string-fields (there's only 1 🙂 ) have a value.qsys
08/12/2018, 10:03 PMqsys
08/12/2018, 10:10 PMqsys
08/12/2018, 10:11 PMFor input string: "null"
- I honestly have no clue where to start searching.qsys
08/12/2018, 10:11 PMqsys
08/12/2018, 10:16 PMqsys
08/12/2018, 10:19 PMqsys
08/12/2018, 10:29 PMqsys
08/12/2018, 10:30 PMqsys
08/12/2018, 10:34 PMqsys
08/12/2018, 10:54 PMqsys
08/12/2018, 10:57 PMnull
in my data, that's for sure, so where is it?Gorodov Maksim
08/13/2018, 4:39 AMSlackbot
08/13/2018, 4:45 AMqsys
08/13/2018, 7:35 AMLucas Munhoz
08/13/2018, 8:01 AMLucas Munhoz
08/13/2018, 8:01 AMMoritz
08/13/2018, 8:12 AMgraphql codegen
complains when I dont specify an endpoint? ✖
Invalid URL: __PRISMA_ENDPOINT__
Luke
08/13/2018, 8:22 AMrein
08/13/2018, 9:14 AMnilan
08/13/2018, 10:04 AMMoritz
08/13/2018, 6:44 PMpatrick
08/13/2018, 7:50 PMWarning: Management API authentication is disabled. To protect your management server you should provide one (not both) of the environment variables 'CLUSTER_PUBLIC_KEY' (asymmetric, deprecated soon) or 'PRISMA_MANAGEMENT_API_JWT_SECRET' (symmetric JWT).
apiVersion: v1
kind: ConfigMap
metadata:
name: prisma-configmap
namespace: prisma
labels:
stage: production
name: prisma
app: prisma
data:
PRISMA_CONFIG: |
port: 4466
managementApiSecret: XXXXX
databases:
default:
Christian Ruff
08/14/2018, 5:29 AMRaeesaa
08/14/2018, 9:07 AMRaeesaa
08/14/2018, 9:07 AMLucas Munhoz
08/14/2018, 9:52 AMprojects:
app:
schemaPath: src/graphql/schema.graphql
extensions:
endpoints:
dev: <http://localhost:3003/graphql>
codegen:
- generator: typegen
language: typescript
output:
typings: typings.ts
prisma:
schemaPath: src/generated/prisma.graphql
extensions:
prisma: prisma.yml
codegen:
- generator: prisma-binding
language: typescript
output:
binding: src/generated/prisma.ts
Lucas Munhoz
08/14/2018, 9:53 AM