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
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...