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
Just to not forget: The issue is that the page for making a post is called as ".../post?group=...", but after submitting the form for the first time, it's just ".../post" with the "group" parameter being in the POST body instead. When the used logs in now, it tries to redirect to ".../post" and since there is no POST body anymore, the group parameter is now missing. The second issue is that it would actually be nice to keep the written text, too.
I was typing a post on the dub forums and realized I wasn't logged in so I went to do so and got the following Internal Server Error:
It did successfully log me in though. I couldn't reproduce trying the same steps over again.
The text was updated successfully, but these errors were encountered: