I am following the tutorial “Using Next.js with Couchbase NodeJS SDK” and I have the app running and connected to my cluster but when I try the first API example to GET an airline, it returns “Airline not found”.
So, I went to the Data Tools tab for my cluster and tried the sample queries but they’re all returning 0 results, e.g.
SELECT * FROM travel-sample.inventory.airport limit 10;