我正在尝试Google Colab,但我不断得到这个弹出框,上面写着:
Error
Could not access the resources needed to display output.
This is probably because third-party cookies are not allowed by your
browser.
NotSupportedError: Failed to register a ServiceWorker: The user
denied permission to use Service Worker.
虽然在上关闭Block th
我用NextJs开发了一个应用程序,然后构建了它。我在Powershell上使用'npm‘在节点服务器上运行它。它在端口80的本地主机上运行良好,但我的服务器既不接受来自外部的任何请求,也不接受域名或IP地址的请求。我应该如何配置应用程序或nodejs来接受所有请求?
OS是windows server 2019