DEV Community

Arthur Candido
Arthur Candido

Posted on

304 Not Modified

This is a test with the integration of my portfolio (that's a NextJS app and is deployed in Vercel) and DEV.TO API, I'm using DEV.TO to register my journey in a dev carreer and to show in my portfolio what i'm writing here i did a integration using axios, it works fine in development enviroment, but when in production the GET in DEV.IO API returns a 304 HTTP status that means "Not Modified" even when I post something new. So, after puting headers setting 'cache-control' with 'no-cache', i'm posting this test to see if it's fixed.

Print of a JS file

Link to the aplication: https://arthur-candido.vercel.app/

Top comments (0)