Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Some Query and Mutation(e.g. createChannel, galleries) is not working #72

Closed
daadaadaah opened this issue Mar 21, 2020 · 1 comment
Closed
Labels
help wanted Extra attention is needed

Comments

@daadaadaah
Copy link
Contributor

daadaadaah commented Mar 21, 2020

Development environment faced the error

OS : macOS Catalina 10.15.3
MySQL : 8.0.19
Node : v12.16.1
NPM : 6.13.4
yarn : v1.22.4
Sequelize CLI : 5.5.1
ORM: 5.21.5

Expected behavior

image

Actual behavior

image

Steps to reproduce the behavior

  1. Clone hackatalk-server repo

  2. yarn install

  3. Create test_db Database

  4. Create MySQL user (ID : hackatalk, PW: hackatalk!)

  5. Give user(ID: hackatalk) permission

  6. yarn migrate:dev

  7. yarn start

  8. Access http://localhost:4000/graphql

  9. Execute Signup Mutation three times

  10. Execute createChannel Mutation

  11. The following error occurred. This error occurred when I executed galleries Query, createGallery Mutation.
    image

  12. The same error occurred when I accessed https://stage.hackatalk.dev/graphql
    image

cf. The follow image is when I executed createGallery Mutation and galleries Query

  1. createGallery Query
    image

  2. galleries Query
    image

@hyochan hyochan added bug Something isn't working help wanted Extra attention is needed and removed bug Something isn't working labels Mar 22, 2020
@hyochan
Copy link
Owner

hyochan commented Mar 22, 2020

Resolved issue in March 22th in zoom :)

@hyochan hyochan closed this as completed Mar 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants