skip to Main Content

Javascript – Request API with next js 14

This code isn't working; this code is written by next js, the error on the console is: GET http://localhost:3000/products/porducts.json 404 (not found) And: Uncaught (in promise) SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON fetch("/products/products.json") .then((response) => response.json())…

VIEW QUESTION
Back To Top
Search