問題タブ [postgraphile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - npx install postgraphile エラーを解決する方法
リモートのデジタルオーシャン ドロップレットで実行されている postgres db に postgraphile を追加しようとしています。データベース自体に問題なく接続しますが、postgraphile を実行しようとすると失敗します。どうすれば解決できますか?
以下は、npx postgraphile -c 'postgres://username:etqkpkhc9qus2ffb@secret.b.db.ondigitalocean.com:25060/defaultdb?sslmode=require&ca=ca-certificate.crt' --watch を実行しようとした際のエラーです --watch -- Enhanced-graphiql --dynamic-json 初期スキーマの構築中に重大なエラーが発生しました。が設定されていないため終了しretryOnInitFail
ます。エラーの詳細:
エラー: TCPConnectWrap.afterConnect で ETIMEDOUT 46.101.73.34:25060 を接続 [完了時] (net.js:1146:16)
postgraphile - Postgraphile 「「POST」リクエストのみが許可されます。エラー
Postgres をローカルで実行しています。ローカルでデータベースにアクセスできpsql postgres:///reviewapp
、\dt
いくつかのテーブルを表示できます。
実行npx postgraphile -c "postgres:///reviewapp"
しても、ターミナルでエラーは発生しません。
ただし、に行くとhttp://localhost:5000/graphql
、画面にエラーが表示されます:
{"errors":[{"message":"Only
POST requests are allowed."}]}