-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Describe the bug
When trying to fork the Stackblitz example of Angular Material. The fork button spins for a while then stops without any error.
I can see in the network request that this is the response we get:
{"errors":{"title":["is too long (maximum is 100 characters)"]}}And there's no way to specify title while forking. So there's no way around it.
Link to the blitz that caused the error
https://stackblitz.com/run?file=src%2Fapp%2Ftooltip-auto-hide-example.html
Steps to reproduce
- Go to https://stackblitz.com/run?file=src%2Fapp%2Ftooltip-auto-hide-example.html
- Click the Fork button
Expected behavior
We should be able to fork such repositories.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Chrome
Full version = 100.0.4896.75
Major version = 100
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36
performance.memory = {
"totalJSHeapSize": 98618173,
"usedJSHeapSize": 93812537,
"jsHeapSizeLimit": 4294705152
}
Hash = 31afbfcfe1b0985e8cbdb27d44e16766166a118e
Additional context
No response
Reactions are currently unavailable
