You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently reproducible in the Gitea demo instance. To do so:
Create a new user/org/repo project
In the project description, add a hashtag ('#')
You will get a JavaScript promise rejection: Cannot read properties of undefined (reading 'startsWith'). Open browser console to see more details. error
The console output:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'startsWith')
at je (utils.ts:43:34)
at TextExpander.ts:11:49
at new Promise (<anonymous>)
at TextExpander.ts:9:72
at sg (index.mjs:54:19)
at S (index.mjs:15:22)
at index.mjs:38:58
I get the same error on both Brave and Firefox.
It does not seem to have any negative impact to creating/editing projects.
Screenshots
Gitea Version
1.24.0+dev-118-g4237736029
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Brave v1.73.104
The text was updated successfully, but these errors were encountered:
I should note that I originally discovered this on my private instance, which is at version 1.23.0+rc0-43-ge10d222434 (I'm using docker image 1.23-nightly).
Description
This is currently reproducible in the Gitea demo instance. To do so:
JavaScript promise rejection: Cannot read properties of undefined (reading 'startsWith'). Open browser console to see more details.
errorThe console output:
I get the same error on both Brave and Firefox.
It does not seem to have any negative impact to creating/editing projects.
Screenshots
Gitea Version
1.24.0+dev-118-g4237736029
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Brave v1.73.104
The text was updated successfully, but these errors were encountered: