Starting an application from a github repository is very slow
Describe the bug
When opening a github repository using the url pattern, it takes a very long time before showing the preview. It seems it has nothing to do with the bundler used:
- With Vite https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple?file=README.md
- With Webpack https://stackblitz.com/github/marmelab/bug-slayer?file=README.md
Opening the console shows many errors similar to Could not find source file: 'stackblitz:/HERE_GO_SOME_FILES_OF_OUR_PROJECT'. as mentioned in https://github.com/stackblitz/core/issues/3095 and #1515.
The fix mentioned in #1515 does not work anymore.
Link to the blitz that caused the error
https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple?file=README.md
Steps to reproduce
- Open https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple
- Notice it takes a very long time to show the preview
- Open the devtool
- Notice all the errors
Expected behavior
It should boot as quickly as before
Parity with Local
- [X] 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 = 128.0.0.0
Major version = 128
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 193652072,
"usedJSHeapSize": 176146888,
"jsHeapSizeLimit": 4294705152
}
Hash = 134daa3c
Additional context
No response
Any updates on this bug? It seems that many people suffer from it.
Sorry to insist, but this issue is now the second most upvoted issue in this repo and has still received no feedback.
Bump, please consider this issue as it's a major bug.
Hi, seeing the lack of engagement in this issue, I wonder is GitHub support was in fact an accidental feature and that the recent regression was in fact not a problem.
Can you please comment on whether or not that feature is in scope?