1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00
appwrite/app
Steven Nguyen 24efa0de82
Fix router error
It's possible for the route to be null (no match) which leads to an
error like:

```
appwrite  | [Error] Timestamp: 2023-08-30T21:39:58+00:00
appwrite  | [Error] Type: Error
appwrite  | [Error] Message: Call to a member function label() on null
appwrite  | [Error] File: /usr/src/code/app/controllers/general.php
appwrite  | [Error] Line: 50
```

This adds a null check to prevent the error.
2023-08-30 16:07:11 -07:00
..
assets Merge branch '1.3.x' into feat-13x-master-sync 2023-02-21 07:38:46 +05:45
config Merge pull request #6073 from appwrite/chore-update-version 2023-08-30 16:25:06 -04:00
console@88b6d59051 chore: revert console 2023-08-30 18:42:31 -04:00
controllers Fix router error 2023-08-30 16:07:11 -07:00
views Remove cloud specific config 2023-08-30 14:45:22 -04:00
workers fix: incorrect key reference 2023-08-30 18:44:29 -04:00
cli.php Fix "Pool 'console' is empty" error by breaking from loop when ready 2023-08-21 15:53:30 -07:00
http.php Clean up 2023-08-29 12:01:37 -04:00
init.php Update version 2023-08-30 15:45:38 -04:00
preload.php Fix startup errors 2022-11-12 14:35:42 +00:00
realtime.php Fix console db namespace 2023-08-21 15:53:30 -07:00
worker.php Fix functions worker crash 2023-08-23 15:08:26 -04:00