Oh wait, is it not localhost:[some-port]? 🤔
gives me a 404
and yes
Can you send me the response body? Just want to make sure this is 100% appwrite response
(if not, we know problem is before appwrite api container)
no response
its just a direct block
oh, just empty 404?
oh the return
hold on
This looks like it’s the same issue I’m having that I just posted here https://discord.com/channels/564160730845151244/1375547722245083286
I would expect something like this, for example
{"message":"User (role: guests) missing scope (account)","code":401,"type":"general_unauthorized_scope","version":"1.7.2"}
Oh wow, sounds easy to reproduce. Let me spin up droplet to try it
There might be new security measures due to sites, which might be causing trouble for when port is customized. Trying on my end, Ill get back to you folks in 5-10 mins
just read ur issue and yeah saw the reply . . . non standard ports are an issue huh
i need 80 open as i use it for other stuffs
only other option i guess would be to host on an actual vm
@iamnobody out of curiosity, what OS are you using?
ubuntu
Oh never mind. I’m on a Mac. Was hoping there was some connection with Mac and silicon chips here. Guess not
nah . . . me thinks its attempting to use the default port for requests despite the fact that there is a different one in there
Yup, that’s what I think as well
only reason why it would be pulling a CORS error
if u take a look at network anything that is not a direct asset is pulled without the port and fails
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...