Failing to redirect after creating an issue #11042

Closed
opened 2025-11-02 09:25:55 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @stuzer05 on GitHub (Jun 17, 2023).

Description

When you click on "create" in issues, gitea shows json with redirect urls

Gitea Version

trunk

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

image

Git Version

No response

Operating System

No response

How are you running Gitea?

docker

Database

None

Originally created by @stuzer05 on GitHub (Jun 17, 2023). ### Description When you click on "create" in issues, gitea shows json with redirect urls ### Gitea Version trunk ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots ![image](https://github.com/go-gitea/gitea/assets/23124682/37fa53ca-0e6f-4670-b68a-379e51d0679a) ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? docker ### Database None
GiteaMirror added the issue/needs-feedback label 2025-11-02 09:25:55 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Jun 17, 2023):

After Use fetch to send requests to create issues/comments #25258 , Gitea uses AJAX to submit issue/comment forms, so backend returns the JSON "redirect".

On try.gitea.io, I can't reproduce your problem.

@wxiaoguang commented on GitHub (Jun 17, 2023): After Use fetch to send requests to create issues/comments #25258 , Gitea uses AJAX to submit issue/comment forms, so backend returns the JSON "redirect". On try.gitea.io, I can't reproduce your problem.
Author
Owner

@stuzer05 commented on GitHub (Jun 17, 2023):

I found out, that I've overritten issue templates in gitea's custom folder. Those were like 2 days old and already broke. I reverted the changes and now everything is okay

@stuzer05 commented on GitHub (Jun 17, 2023): I found out, that I've overritten issue templates in gitea's custom folder. Those were like 2 days old and already broke. I reverted the changes and now everything is okay
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11042