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

My site has a problem since i updated to 2.66 #13166

Closed
modemb opened this issue Apr 13, 2022 · 17 comments
Closed

My site has a problem since i updated to 2.66 #13166

modemb opened this issue Apr 13, 2022 · 17 comments

Comments

@modemb
Copy link

modemb commented Apr 13, 2022

What happened?

all form disappeared, so request not working

What did you expect to happen?

it is supposed to work as usual

Reproduction URL

https://suguffie.com/

How to reproduce?

login register

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)

Platforms/Browsers

Chrome

Quasar info output

No response

Relevant log output

No response

Additional context

No response

@github-actions
Copy link

Hi @modemb! 👋

It looks like you provided an invalid or unsupported reproduction URL.
Do not use any service other than Codepen, jsFiddle, Codesandbox, and GitHub.
Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc.
Please edit your original post above and provide a valid reproduction URL as explained.

Without a proper reproduction, your issue will have to get closed.

Thank you for your collaboration. 👏

@github-actions github-actions bot added bug/0-needs-info Need more info to reproduce flavour/quasar-cli-vite labels Apr 13, 2022
@MilosPaunovic
Copy link
Member

You're gonna need to provide more details for this to make sense; from which version you've updated to 2.6.6, where the forms are supposed to appear etc.

@modemb
Copy link
Author

modemb commented Apr 13, 2022

What king of browser are you using? It is working the link, if not try to refresh it, once you go on the site will will see the issues I am talking about

@modemb
Copy link
Author

modemb commented Apr 13, 2022

The version was 2.6.5

@MilosPaunovic
Copy link
Member

Run npm i vue@3.2.31 to fix the issue for now.
Related #13154

@modemb
Copy link
Author

modemb commented Apr 13, 2022

Larasar.modemb.com was broke also once I updated to 2.6.6, but I did not upload it

@modemb
Copy link
Author

modemb commented Apr 13, 2022

You're gonna need to provide more details for this to make sense; from which version you've updated to 2.6.6, where the forms are supposed to appear etc.

Check my comments please

@modemb
Copy link
Author

modemb commented Apr 13, 2022

Run npm i vue@3.2.31 to fix the issue for now.
Related #13154

That did not fix it

@MilosPaunovic
Copy link
Member

Check the error in your console. It's related to latest Vue version, 3.2.32. Where do you experiencee your problem, in local dev environment, only on server...?

@modemb
Copy link
Author

modemb commented Apr 13, 2022

Check the error in your console. It's related to latest Vue version, 3.2.32. Where do you experiencee your problem, in local dev environment, only on server...?

The problem occurs only on build not if I run local server

@modemb
Copy link
Author

modemb commented Apr 13, 2022

Check the error in your console. It's related to latest Vue version, 3.2.32. Where do you experiencee your problem, in local dev environment, only on server...?

The problem occurs only on build not if I run local server

If you want to see the code it is the same as larasar.modemb.com

@MilosPaunovic
Copy link
Member

The problem is with newest Vue release, version 3.2.32, which was released two days ago.

When you run build command, it installs newest version and breaks things; I presume you havent run npm i in your local environment in the last two days, which is why you have a bit older version, which works.

@modemb
Copy link
Author

modemb commented Apr 13, 2022

The problem is with newest Vue release, version 3.2.32, which was released two days ago.

When you run build command, it installs newest version and breaks things; I presume you havent run npm i in your local environment in the last two days, which is why you have a bit older version, which works.

No I have installed that today on your command, and my local is updated first before the build so it is also 3.2.32, the problem occurs only on build production

@MilosPaunovic
Copy link
Member

If that is the case, please provide a minimal reproduction for someone to be able to take a look.

@modemb
Copy link
Author

modemb commented Apr 13, 2022

If that is the case, please provide a minimal reproduction for someone to be able to take a look.

Yes larasar.modemb.com, there is the link to GitHub

@MilosPaunovic
Copy link
Member

Patch version of Vue, 3.2.33 is released with a solution to this problem. Anyone stumbling upon it should run npm i vue to get the newest version.

https://github.com/vuejs/core/releases/tag/v3.2.33

@modemb
Copy link
Author

modemb commented Apr 14, 2022

Patch version of Vue, 3.2.33 is released with a solution to this problem. Anyone stumbling upon it should run npm i vue to get the newest version.

https://github.com/vuejs/core/releases/tag/v3.2.33

Wow, it is fixed, did lot of people had the issue?

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

No branches or pull requests

3 participants