-
Notifications
You must be signed in to change notification settings - Fork 258
Description
Describe the bug
I cannot save file anymore and it tends to wipeout my existing file with older versions (the ones that was saved before).
This is console information when I'm getting this blocking issue.
Got constantly errors : fetch.js:76
POST https://appsignal-endpoint.net/collect?api_key=80f6fd9e-f80f-40a1-8264-fae5711c9569&version=1.3.31 net::ERR_FAILED 429 (Too Many Requests)
sb1-ascpzffh:1 Access to fetch at 'https://appsignal-endpoint.net/collect?api_key=80f6fd9e-f80f-40a1-8264-fae5711c9569&version=1.3.31' from origin 'https://bolt.new' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
fetch.js:76
POST https://appsignal-endpoint.net/collect?api_key=80f6fd9e-f80f-40a1-8264-fae5711c9569&version=1.3.31 net::ERR_FAILED 429 (Too Many Requests)
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-ascpzffh?file=src%2Findex.css
Steps to reproduce
fetch.js:76
POST https://appsignal-endpoint.net/collect?api_key=80f6fd9e-f80f-40a1-8264-fae5711c9569&version=1.3.31 net::ERR_FAILED 429 (Too Many Requests)
sb1-ascpzffh:1 Access to fetch at 'https://appsignal-endpoint.net/collect?api_key=80f6fd9e-f80f-40a1-8264-fae5711c9569&version=1.3.31' from origin 'https://bolt.new' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
fetch.js:76
POST https://appsignal-endpoint.net/collect?api_key=80f6fd9e-f80f-40a1-8264-fae5711c9569&version=1.3.31 net::ERR_FAILED 429 (Too Many Requests)
Expected behavior
saving the file
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 138.0.0.0
Major version = 138
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 209154319,
"usedJSHeapSize": 203501035,
"jsHeapSizeLimit": 4294705152
}
Hash = 96435430
Additional context
No response