Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RangeError: Maximum call stack size exceeded #428

Open
ulixcode-labs opened this issue Nov 12, 2024 · 1 comment
Open

RangeError: Maximum call stack size exceeded #428

ulixcode-labs opened this issue Nov 12, 2024 · 1 comment

Comments

@ulixcode-labs
Copy link

@Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

workstation# yarn dev
yarn run v1.22.22
$ vite

ERROR error when starting dev server: 00:16:50
RangeError: Maximum call stack size exceeded
at RegExp.exec ()
at /home/xw/Projects/screenshot-to-code/frontend/node_modules/dotenv-expand/lib/main.js:7:54
at Array.reduce ()
at _interpolate (/home/xw/Projects/screenshot-to-code/frontend/node_modules/dotenv-expand/lib/main.js:6:18)
at /home/xw/Projects/screenshot-to-code/frontend/node_modules/dotenv-expand/lib/main.js:36:15
at Array.reduce ()
at _interpolate (/home/xw/Projects/screenshot-to-code/frontend/node_modules/dotenv-expand/lib/main.js:6:18)
at /home/xw/Projects/screenshot-to-code/frontend/node_modules/dotenv-expand/lib/main.js:36:15
at Array.reduce ()
at _interpolate (/home/xw/Projects/screenshot-to-code/frontend/node_modules/dotenv-expand/lib/main.js:6:18)

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Screenshots of backend AND frontend terminal logs
If applicable, add screenshots to help explain your problem.

@abi
Copy link
Owner

abi commented Nov 12, 2024

What does your .env file look like on the front-end? Please remove the exact key values but share the contents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants