Getting "You are not logged in" while using ROBLOXSECURITYto sign in
mehuylsharma opened this issue · 2 comments
mehuylsharma commented
Describe the bug
I've got the ROBLOXSECURITY from the cookies in applications tab after logging in, and trying to use it like this:
noblox.setCookie(process.env.ROBLOXSECURITY)
results in "you are not logged in", and does not let noblox.sendTrade
work.
In the above have logged the env variable and that's working.
Expected behavior
Setting the cookie should not result in error.
sv-du commented
What host are you using? If you're using a free host such as repl that doesn't support ssh it won't work
mehuylsharma commented
@zachariapopcorn Sorry for the late reply, I think this is using an AWS deployed server to make the call?
Anyway this issue can be closed from my end, couldn't solve but not using roblox anymore. Thanks for the reply! :D