<@498057949541826571> There is a problem with the ...
# support-questions-legacy
i
@rp_st There is a problem with the frontend. If I clear the
st-last-access-token-update
cookie and then try to login/signup, supertokens' backend will start giving error. Even after reloading the page, it won't work. To make it work I have to create a session cookie manually and then reload the page, then supertokens will create the
st-last-access-token-update
cookie and then the application will work fine.
r
hey @ikak1595 which version of the frontend sdk are you using? And also, whats the backend error?
i
Ohh got it the issue was that if I use "*" in CORS origin policy, then it does not work but if I specify the frontend url then it is wokring fine. But why does it not work with "*"?
r
browsers don't allow * when using credentials in requests.
i
Ohh got it. Thanks a lot.
And I am having another problem, if I use my personal email id while signing up with google, then it gives me
Could not retrieve email. Please try a different method.
error. But if I usemy organization's email then it works fine.
r
this means that google is not sending the email for some reason. Is there some scope restriction you added for your account?
3 Views