0
我無法弄清楚如何解決這個錯誤,每當我在谷歌瀏覽器上測試我的應用程序時會發生此錯誤,但該應用程序在Firefox中運行良好。我應該怎麼做才能解決這個問題?未捕獲SecurityError:未能執行'replacestate'
Uncaught SecurityError: Failed to execute 'replaceState' on 'History': A history state object with URL 'file:///C:/Users/User/Desktop/finalproject/index.html' cannot be created in a document with origin 'null'.
這是一個安全功能鉻(同一產地的限制):原產地空沒有被訪問控制 - 允許 - 允許起源](https://stackoverflow.com/questions/8456538/origin-null-is-not-allowed-by-access-control-allow-origin)這個問題不是關於'replacestate',而是潛在的問題是同樣的 – Andreas
我應該怎麼做才能解決這個問題? – ryzen1226
一個月前它在chrome上運行的很好,但是現在連我的新創建的應用程序都會產生相同的錯誤,只能在firefox上使用 – ryzen1226