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
Using Polls 0.7.0 on oC 8.2.3 hitting "Next" on the "Create new poll" page leads to a white page.
Steps to reproduce:
Create new poll
Enter simple title and description
Leave the defaults "Registered users only", "Event schedule" and no "Expires"
Choose one single day and one single hour
Turn the single cell to green
Hit "Next"
After doing this steps the /index.php/apps/polls/create page redirects to an empty/white /index.php/apps/polls/. Hitting Enter in the URL bar (not reloading the page with F5) refreshes the page and shows the newly created poll.
There is absolutely nothing logged in the data/owncloud.log, php error log or nginx error log so this is not an internal server error.
Grmlll, nevermind. Thought this is not related to owncloud/core#22497 as thought thats already included in 8.2.3. But i was wrong. :-/ Seems that is a "breaking change" which isn't backported because of that.
Using Polls 0.7.0 on oC 8.2.3 hitting "Next" on the "Create new poll" page leads to a white page.
Steps to reproduce:
After doing this steps the /index.php/apps/polls/create page redirects to an empty/white /index.php/apps/polls/. Hitting Enter in the URL bar (not reloading the page with F5) refreshes the page and shows the newly created poll.
There is absolutely nothing logged in the data/owncloud.log, php error log or nginx error log so this is not an internal server error.
The only interesting part could be:
where it seems that the POST for inserting the poll is redirected to a POST on /index.php/apps/polls/ which is failing with a 405/Method Not Allowed.
The same is also happening when e.g. deleting a poll.
The text was updated successfully, but these errors were encountered: