Closed anthhub closed 5 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. for your contributions. If this issue is still affecting you, please leave any comment, and we'll keep it open We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! Thank you.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
New Bug Report
Checklist
Issue Description
Steps + code to reproduce
Actual Outcome
Expected Outcome
Environment
Server
FILL_THIS_OUT
Client
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
Logs
qiyuan@tangqiyuandeMacBook-Air parse-server % yarn dev
yarn run v1.22.22 warning ../../../package.json: No license field $ ts-node src/index.ts warn: DeprecationWarning: The Parse Server option 'directAccess' default will change to 'true' in a future version. Additionally, the environment variable 'PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS' will be deprecated and renamed to 'PARSE_SERVER_DIRECT_ACCESS' in a future version; it is currently possible to use either one. warn: DeprecationWarning: The Parse Server option 'enforcePrivateUsers' default will change to 'true' in a future version. warn: DeprecationWarning: The Parse Server option 'allowClientClassCreation' default will change to 'false' in a future version. Error: Cannot find module '/Users/qiyuan/Documents/Code/parse-server/build/cloud/main.js' Require stack:
qiyuan@tangqiyuandeMacBook-Air parse-server-migration % yarn dev yarn run v1.22.22 warning ../../package.json: No license field $ ts-node src/index.ts warn: DeprecationWarning: The Parse Server option 'encodeParseObjectInCloudFunction' default will change to 'true' in a future version. (node:18393) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. (Usenode --trace-deprecation ...
to show where the warning was created) info: Parse LiveQuery Server started running An uncaught exception occurred: indexedDB is not definedStack Trace: ReferenceError: indexedDB is not defined at /Users/qiyuan/Downloads/parse-server-migration/node_modules/parse/node_modules/idb-keyval/dist/index.cjs:21:25 error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.