
doesn't fix it

also works if I access my local dev env from a subdomain of the same domain as appwrite

so I have to point subdomains to everyone from my team?

Try with fabricate host to localhost

What operation system your working with?

windows 11 latest

So edit c:\Windows\System32\Drivers\etc\hosts
(With admin rights)
Add your host
127.0.0.1 app.irules.net

Add app.irules.net
as Web platform in the console.
Then access http://app.irules.net:3000

same error, doesn't like makeshift domains

I've find one more different

It has to do with what Steven wrote before.
Is your Cloudflare tunnel is http or https?
You can try to edit the value of _APP_OPTIONS_FORCE_HTTPS
and set as enabled
in the .env
file
Then run docker compose up -d
again and let us know.

For example
You can see in my tunnels that the budibase
is only HTTP

doesn't seem to want https


Have you update this _APP_OPTIONS_FORCE_HTTPS
?

yes



thank you

now the error is a CORS 301

for account.get

You can go back and test on localhost
now.

needed a refresh, now works

thank you both!

[SOLVED] Can't login from localhost
Recommended threads
- Encountering More factors are required w...
I am encoutering the more factors error even though I am providing proper mfa code in the workflow. The following happens: 1) User provides email adress 2) Use...
- AppwriteException: Missing required para...
I'm having a problem accessing my users collection to list all my users. I was having trouble creating users but it has been resolved. I'm using react/nodejs on...
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
