Project

General

Profile

Actions

Bug #69277

closed

Invalid request for route "/logout"

Added by Thomas Mayer over 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-08-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Tested TYPO3 7.5.0-dev with current master 8f540ffbf880691a17d6d4c3ca4f184abba84d22

Reproduce with:

  • Do a fresh install (default is Live mode according to install tool)
  • Login to Backend as admin user
  • Logout

gives me:

Oops, an error occurred!

Invalid request for route "/logout" 
Errorcode 1425389455
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1425389455: Invalid request for route "/logout" | TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException thrown in file /var/webadmin/typo3_src/typo3/sysext/backend/Classes/Http/RequestHandler.php in line 180. Requested URL: http://172.17.0.45/typo3/index.php?route=%2Flogout&token=70ecaee61ac8b0cf8d3b1659e71b8b96fe1eb8e7

Workaround: I can't reproduce this error any more as soon as I

  • enable Debug mode via install tool
  • enable Live mode when Debug already was enabled.

Basically this means: To reproduce the error a fresh install is needed and the Debug mode may have never been enabled.

System setup:
After git-checkout, clean up composer:

rm composer.lock
git checkout composer.lock
rm -rf vendor/ typo3/vendor/ bin/ Packages/Libraries/

Follow steps at https://github.com/thomaszbz/native-dockerfiles-typo3/tree/ec1f42855ec48cf8ef3fb45012d6480f034b4c7a
with provisioning https://github.com/thomaszbz/native-dockerfiles-typo3/blob/ec1f42855ec48cf8ef3fb45012d6480f034b4c7a/typo3-debian-latest/Dockerfile ,
but with no extensions installed. Note that all of TYPO3's system checks go green in this scenario.

PHP 5.6.9-0+deb8u1, Debian 8, running with Docker in native mode (without virtualization, Host Kernel 3.19 provided by ubuntu 14.04.3)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #69763: Re-login after expired backend session throws exceptionClosedNicole Cordes2015-09-13

Actions
Actions #1

Updated by Georg Ringer over 8 years ago

  • Status changed from New to Needs Feedback

thanks for your report. I could not reproduce this with latest master, could you retest please? that would be great!

Actions #2

Updated by Wouter Wolters over 8 years ago

Any update here?

Actions #3

Updated by Henri Nathanson over 8 years ago

Cannot garantee the relation to #69763, but there is some simliarity. May get fixed by it. May be fixed together.

Actions #4

Updated by Thomas Mayer about 8 years ago

I'll retry with 7.6.x as soon as I perform the next fresh install.

Related to this issue and maybe #69763 is another route /ajax/rsa/publickey:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1425389455: Invalid request for route "/ajax/rsa/publickey" 
TYPO3\CMS\Backend\Routing\Exception\RouteNotFoundException thrown in file
/var/webadmin/typo3_src/typo3/sysext/backend/Classes/Http/RouteDispatcher.php in line 49.
Requested URL: https://example.com/typo3/index.php?ajaxID=%2Fajax%2Frsa%2Fpublickey&ajaxToken=dummyToken&skipSessionUpdate=1

This happened to me when I had two instances of the backend open in the same browser instance. Might be another issue than the original bug report #69277.

Actions #5

Updated by Alexander Opitz almost 8 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this issue.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions #6

Updated by Thomas Mayer almost 8 years ago

I did not have this issue in 7.6 final. So this issue is probably fixed anyways.

Actions

Also available in: Atom PDF