We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clone the project pnpm install pnpm dev switch responsive mode on in devtools / open in mobile
Error 500 in production environment configStore is not defined in dev environment
The text was updated successfully, but these errors were encountered:
Hello @elyesnext,
Thank you for reporting the issue.
We have successfully reproduce the issue on our end.
The issue seems to be the usage of configStore, which is undefined. To resolve this, please remove it from the app.vue file.
app.vue
You can fix the issue by making the changes as outlined in the attached screenshot.
If you are still facing the issue, please feel free to get in touch with us.
~Best Regards.
Sorry, something went wrong.
yep already did that, just thought to let you know
No branches or pull requests
Steps to reproduce
Clone the project
pnpm install
pnpm dev
switch responsive mode on in devtools / open in mobile
What is expected?
Error 500 in production environment
configStore is not defined in dev environment
What is actually happening?
Additional data
The text was updated successfully, but these errors were encountered: