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
Saving or deleting routes in CP is very slow, and if I mistakenly try to save or delete a route while I'm waiting for the confirmation modal (tiny one in bottom left corner) to appear, there is a conflict and I get PHP Warning – yii\base\ErrorException
Undefined array key "siteUid"
Steps to reproduce
Delete a route. Wait 5-10 sec, then delete another before modal appears.
Expected behavior
Successful route deletion.
Actual behavior
Error as noted above, and error now appears on
admin/settings/routes
and routes no longer can be set.
Craft CMS version
5.6.4
PHP version
8.3.15
Operating system and version
Alma Linux 9.5
Database type and version
MySQL 8.0.36
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered:
Hi, thanks for getting in touch! Can you please update to 5.6.5 or higher and see if that fixes the issue (it sounds like it might be related to #16610)?
You might also have to run those 2 commands (in your local environment) to make sure that the project config is in the right state: php craft pc/remove routes..sortOrder and then php craft pc/rebuild.
What happened?
Description
Saving or deleting routes in CP is very slow, and if I mistakenly try to save or delete a route while I'm waiting for the confirmation modal (tiny one in bottom left corner) to appear, there is a conflict and I get
PHP Warning – yii\base\ErrorException
Undefined array key "siteUid"
Steps to reproduce
Expected behavior
Successful route deletion.
Actual behavior
Error as noted above, and error now appears on
admin/settings/routes
and routes no longer can be set.
Craft CMS version
5.6.4
PHP version
8.3.15
Operating system and version
Alma Linux 9.5
Database type and version
MySQL 8.0.36
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: