6 Replies
a year ago
still got the problem
a year ago
For what it's worth, none of the domains you have censored are sensitive information.
Is express aware that it's running behind a proxy? specifically a cloudflare proxy? if you aren't already configuring that, please read up on how to trust the cloudflare proxy in an express app.
a year ago
For what it's worth, none of the domains you have censored are sensitive information.
Is express aware that it's running behind a proxy? specifically a cloudflare proxy? if you aren't already configuring that, please read up on how to trust the cloudflare proxy in an express app.
wow king! tnx a lot now its working!
another question, as you saw i have 2 different addresses, with and without www. if im connecting to my web app in one of them i also auto connect on the other one. is it enough or should i do another steps to make them the same?
also, i get now in the browser console the next massage: "Third-party cookie will be blocked. Learn more in the Issues tab.", everything works fine. is it normal?
a year ago
as you saw i have 2 different addresses, with and without www. if im connecting to my web app in one of them i also auto connect on the other one. is it enough or should i do another steps to make them the same?
Honestly, I don't know why you would even need a www subdomain for a new website in 2024, might just be best to remove it, or at minimum redirect www to non-www so that there are no inconsistencies.
i get now in the browser console the next massage: "Third-party cookie will be blocked. Learn more in the Issues tab.", everything works fine. is it normal?
First, I would learn more about it in the issues tab, and if everything works then you're good.
a year ago
as you saw i have 2 different addresses, with and without www. if im connecting to my web app in one of them i also auto connect on the other one. is it enough or should i do another steps to make them the same?
Honestly, I don't know why you would even need a www subdomain for a new website in 2024, might just be best to remove it, or at minimum redirect www to non-www so that there are no inconsistencies.
i get now in the browser console the next massage: "Third-party cookie will be blocked. Learn more in the Issues tab.", everything works fine. is it normal?
First, I would learn more about it in the issues tab, and if everything works then you're good.
tnx again for the fast answer, actually theres nothing in the issue and now i have realized that its working only for some devices and on other computers and cellphones the problem remains the same. i dont now where the even start addressing it from