It's been like 2 weeks and I can't access my projects. After clicking any, it loads, then stops and nothing happens. No error is displayed.
The projects are on the education plan if this matters.
please share a recording if you can, plus ur project id
This is the project id: 67f374e90029c28d02c5 . If I visit the url that leads to this project; https://cloud.appwrite.io/console/project-fra-67f374e90029c28d02c5/overview/platforms it takes me back to the organization page that shows all my projects instead of opening the project
cc <@818812780630507521> maybe u have an idea here?
<@1120758334946029801> Looks project-specific. Can you share the email linked to your Appwrite account and the organization name in dm? I’ll check what’s going on.
oscarmutwiri03@gmail.com the organization is the GitHub Student Organization
<@1120758334946029801> I checked from our administration side and the project opens normally (see screenshot), so I couldn’t reproduce the issue. Could you try an incognito window or a different browser? Also try clearing your browser cache and let me know if it still redirects you back to the organization page.
I have tried all the options. Used different browsers, brave, chrome, Firefox. Tried incognito mode and cache clearing, but nothing works. It is still behaving the same.
That’s interesting. Could you run a curl against the project URL and share the response?
curl -I https://cloud.appwrite.io/console/project-fra-67f374e90029c28d02c5/overview/platforms
also could you open DevTools (F12) and check:
- Console – are there any errors when you try to open the project?
- Network – after clicking the project, do you see any failed requests (4xx/5xx)? If so, could you share the request URL, status code, and response?
Looks like a CORS issue
Uhmm, this looks more like a network routing issue than something on our side, since I can’t reproduce it and you’ve already tried multiple browsers.
Could you try opening it over a VPN or a mobile hotspot and let me know if it works? Also, if you could share the output of these commands, that’d help narrow it down:
curl -v https://fra.cloud.appwrite.io/v1/health/version
nslookup fra.cloud.appwrite.io
my output for reference:
also please try another region like sgp ( singapore) and see if you are able to access project their?
Finally. Using a VPN or mobile hotspot works.
Looks like a network routing issue between your ISP and the FRA region rather than an issue with your project or Appwrite itself. You can keep using a VPN or mobile data as a workaround for now, or reach out to your ISP to see if they can resolve the routing DNS issue on their end.
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Wifi issue with Pop!_OS linux distro
Hey guys... iam facing this very peculiar trouble with my linux distro... I use Pop!_OS on my HP victus gaming laptop with nvedia 2050 graphics card.... The pro...
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...