Hej! Jag får ibland fel när jag anropar /v1/educations för JobEd Connect med vissa specifika limits och offsets:
curl "https://jobed-connect-api.jobtechdev.se/v1/educations?limit=1000&offset=10000" -H "Accept: application/json" -H "content-type: application/json"
ger
{“message”: “Internal Server Error”}
med headers:
{‘access-control-allow-headers’: ‘api-key, Content-Type, Accept, Cache-control’,
‘access-control-allow-methods’: ‘GET,POST,PUT,DELETE,HEAD,OPTIONS’,
‘access-control-allow-origin’: ‘*’,
‘access-control-expose-headers’: ‘Content-Length,Content-Range’,
‘content-length’: ‘37’,
‘content-security-policy’: "default-src ‘self’; script-src ‘self’ "
"‘unsafe-inline’; style-src ‘self’; img-src ‘self’ "
"blob: data:; connect-src ‘self’; form-action "
"‘none’; font-src ‘self’; frame-src ‘none’; "
“object-src ‘none’; frame-ancestors ‘none’;”,
‘content-type’: ‘application/json’,
‘referrer-policy’: ‘no-referrer’,
‘strict-transport-security’: ‘max-age=31536000; includeSubdomains; preload’,
‘x-content-type-options’: ‘nosniff’,
‘x-frame-options’: ‘DENY’,
‘x-xss-protection’: ‘1; mode=block’}