Hello everyone, i'm following all the step correctly from this tutorials "https://www.youtube.com/watch?v=0A6QikmZqWQ&t=2192s" to connect StepZen and Railway mysql db but it seems that Railway block something from StepZen.When I'm doing "stepzen sql import" with the correct env variables it return "Creating a GraphQL schema (this is taking longer than usual)... fail
» Error: An unexpected problem occurred while processing your command.". I'm following the tutorial and a video tutorials but with Railway it seems that the db is not reachable. Thank you for your help ! I can reach the railway db with my Laravel project and play with the data but with StepZen it cannot generate the GraphQL schema with this database from Railway.app
We'll be:
- discussing Railway, a pre-built infrastructure for your apps
- using Railway to easily connect to our MySQL database and then we'll seed it from the command line
- once we've got our database up and running, we'll use StepZen to introspect our GraphQL schema and import it
- lastly, we'll deploy our GraphQL schema to a StepZen API end...