如何从Ania Kubow的Netflix克隆教程中访问Netlify的Astra DB?
我正在尝试关注此教程。
我被困在1:04。
Ania能够从此处返回数据DATASTAX DB。
我能够在Localhost 8888上启动NetLify Dev Server,但是我得到了一个返回所需消息的页面。
{
errors: [
"Authentication required"
]
}
我已登录并连接到DataStax。我正在使用GraphQl Playground中正确的身份验证令牌(对我来说很奇怪,我需要这样做才能在本地主机中查看数据)。
为了查看本地主机从dataStax查看返回数据?在此处输入链接描述
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您错过了Ania's Tutorial的一步。对于它的价值,完整的说明发表在github上 - htttps:htttps:// github。 com/kubowania/netflix-clone-graphql-datastax 。
确保在 .env 文件。 “ nofollow noreferrer”>步骤10 确保它包含您在步骤3 以及步骤4 :
确保您遵循指令中的每个步骤,否则您将无法完成教程。干杯!
It seems like you've missed a step from Ania's tutorial. For what it's worth, the full instructions are published on GitHub -- https://github.com/kubowania/netflix-clone-graphql-datastax.
Make sure that you create the
.env
file in step 10 to make sure it contains the application token you created in step 3 and the link to your GraphQL Playground in step 4:Make sure you follow every single step in the instructions or you won't be able to complete the tutorial. Cheers!