如何从Ania Kubow的Netflix克隆教程中访问Netlify的Astra DB?

发布于 2025-01-22 08:34:54 字数 453 浏览 0 评论 0 原文

我正在尝试关注此教程

我被困在1:04。

Ania能够从此处返回数据DATASTAX DB。

我能够在Localhost 8888上启动NetLify Dev Server,但是我得到了一个返回所需消息的页面。

{
errors: [
"Authentication required"
]
}

我已登录并连接到DataStax。我正在使用GraphQl Playground中正确的身份验证令牌(对我来说很奇怪,我需要这样做才能在本地主机中查看数据)。

为了查看本地主机从dataStax查看返回数据?在此处输入链接描述

I am trying to follow this tutorial.

I am stuck at 1:04.

Ania is able to return data from here datastax db.

I am able to start the netlify dev server on localhost 8888, but I get a page that returns an authentication required message.

{
errors: [
"Authentication required"
]
}

I am logged in and connected to datastax. I am using the correct authentication token in the graphql playground (it's odd to me that I am required to do this to be able to see the data in local host).

What else is required to authenticate in order to see the local host returning data from datastax?enter link description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟─花易冷 2025-01-29 08:34:54

似乎您错过了Ania's Tutorial的一步。对于它的价值,完整的说明发表在github上 - htttps:htttps:// github。 com/kubowania/netflix-clone-graphql-datastax

确保在 .env 文件。 “ nofollow noreferrer”>步骤10 确保它包含您在步骤3 以及步骤4

ASTRA_DB_APPLICATION_TOKEN={ your_token }
ASTRA_GRAPHQL_ENDPOINT={ your_endpoint }

确保您遵循指令中的每个步骤,否则您将无法完成教程。干杯!

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:

ASTRA_DB_APPLICATION_TOKEN={ your_token }
ASTRA_GRAPHQL_ENDPOINT={ your_endpoint }

Make sure you follow every single step in the instructions or you won't be able to complete the tutorial. Cheers!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文