Hi,
I have try using DHTMLX Gantt Chart in my local server and its works.
I try to deploy on my Google Cloud Server, but I got API error says that “Failed to load the data from (website-link)/dhxr1629770370250=1, server returns 404”
When I check on Issues, it says that “indicated whether to send a cookie in cross-site request by specific its SameSite attribute”:
- Because a cookie’s
SameSite
attribute was not set or is invalid, it defaults toSameSite=Lax
, which prevents the cookie from being sent in a cross-site request. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery.Resolve this issue by updating the attributes of the cookie:
- Specify
SameSite=None
andSecure
if the cookie should be sent in cross-site requests. This enables third-party use.- Specify
SameSite=Strict
orSameSite=Lax
if the cookie should not be sent in cross-site requests.
- AFFECTED RESOURCES
3 cookies
- Name: Domain & Path
- _ga : .dhtmlx.com/
- _gcl_au : .dhtmlx.com/
- _clck : .dhtmlx.com/
I have turned on/enabled my samesite cookies in Google Chrome, but the error still occur.
May I know what’s the error about and how to solve it?
Many thanks