I just updated from 1.6.2.to 1.7.2, didn't notice any errors in the update or migration process but seem to be stuck not being able to access the console UI anymore.
I've read through the two other support posts with similar looking migration problems, but am not entirely sure they are connected.
I am seeing the following error in the appwrite container:
[Error] Method: GET
[Error] URL: /
[Error] Type: Appwrite\Extend\Exception
[Error] Message: This domain is not connected to any Appwrite resources. Visit domains tab under function/site settings to configure it.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 94```
The browser console has a race condition with the following two errors repeating themselves non-stop in the attached image.
Any thoughts on where else I can look to give the console life again?
Did you have any version before 1.6.2?
I have been using appwrite for many versions, but 1.6.2 was running stable prior to the update.
When I try to load a console URL that I had been working on earlier in the day (ex. domain.tld/console/project-[projectid]/overview/platforms), I get the attached photo, but clicking back to console gives the spinner with the browser console race condition.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...