osoc21 / technical-support

Technical Support
0 stars 1 forks source link

Crowdy deployed URLs #22

Closed ezer-i closed 3 years ago

ezer-i commented 3 years ago

Here is the links:

Frontend: https://crowdy-osoc.herokuapp.com/, http://crowdy.osoc.be/ Api URL: https://crowdy-server-backend.herokuapp.com/, http://api.crowdy.osoc.be/

Note: To access the graphql playgroung: apiUrl/graphql

jbelien commented 3 years ago

Thanks @ezering !

Question: https://crowdy-server-backend.herokuapp.com/graphql return a 400 Bad Request code. Is there a way to fix that ? Or give me a URL for the back-end that returns a 200 code ?

ezer-i commented 3 years ago

This link : https://crowdy-server-backend.herokuapp.com/graphql works fine...I can access the graphql playground. But you need to add a mutation or a query to make it work...it's doing constant refreshs in the background.

Here is an example:

Capture --- api