Please check that the identity of the IIS application pool running the node.js application has read andwrite access permissions to the directory on the server where the node.js application is located.我的main.js和web.config文件位于带有dist文件夹的项目目录下,我在根文件夹中给了所有用户完全控制权限,但仍然没有成功。
任何帮助
我的应用程序在http://localhost:3000/上运行得很好,但是当我试图在Netlify (https://famous-swan-6a778d.netlify.app/)上运行它时,主页会正确加载,但是当我尝试转到其他页面时,它会显示Page Not Found错误。import { BrowserRouter as Router, Route, Routes } from "react-router-dom";
import En