我在Google Cloud平台上有这个Angular Client应用程序,它也在GCP上对ASP.NET Core进行Crud操作。问题是只有我可以使用该应用程序。
我的朋友用他的笔记本电脑无法连接,除了我使用计算机时无法连接。
如何配置它,以便每个人都可以使用此应用程序:
https://angular-v4-dot-unique-yew-244216.appspot.com/#/search
我想念什么?
每次搜索时,在GCP后端的日志中,都有一个相应的日志条目,并且只有在从开发计算机中进行搜索时,我才能得到结果
这是我要搜索的数据库:尝试搜索Title Rain
<?xml version="1.0"?>
<catalog>
<book id="B1">
<author>Kutner, Joe</author>
<title>Deploying with JRuby</title>
<genre>Computer</genre>
<price>33.00</price>
<publish_date>2012-08-15</publish_date>
<description>Deploying with JRuby is the missing link between enjoying JRuby and using it in the real world to build high-performance, scalable applications.</description>
</book>
<book id="B2">
<author>Ralls, Kim</author>
<title>Midnight Rain</title>
<genre>Fantasy</genre>
<price>5.95</price>
<publish_date>2000-12-16</publish_date>
<description>A former architect battles corporate zombies, an evil sorceress, and her own childhood to become queen of the world.</description>
</book>
</catalog>
GCP日志仅在我搜索时显示条目
答案 0 :(得分:0)
好吧,现在可以使用!
Google Cloud Platform具有这种流量分配,我在Angular上占50%,在ASP.NET后端上占50%。现在,我将90%放在ASP.NET上,将10%放在Angular上,是的,这样就可以了!在没有教程的情况下,甚至在部署过程中,GCP都不会对此发出警告...