You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is the code assumes that the folder data/imdb exists. but the problem is you can't check in an empty folder on Git. PR here
After I have downloaded the data, I ran into this: TypeError: Cannot use 'in' operator to search for 'Vector' in undefined
dev command doesn't work
Getting the following error message:
undefined
⨯ node_modules/.pnpm/sst@3.0.1-13/node_modules/sst/dist/resource.js (9:12) @ prop
⨯ TypeError: Cannot use 'in' operator to search for 'Movies' in undefined
at get (./lib/dynamo.ts:23:66)
at Home (./app/page.tsx:18:72)
at stringify (<anonymous>)
My setup:
sst version: ion.0.0.73
using pnpm
Not sure if you need any extra info to debug
The text was updated successfully, but these errors were encountered:
load
command doesn't work out of the boxI think the issue is the code assumes that the folder
data/imdb
exists. but the problem is you can't check in an empty folder on Git. PR hereAfter I have downloaded the data, I ran into this:
TypeError: Cannot use 'in' operator to search for 'Vector' in undefined
dev
command doesn't workGetting the following error message:
My setup:
ion.0.0.73
Not sure if you need any extra info to debug
The text was updated successfully, but these errors were encountered: