-
Notifications
You must be signed in to change notification settings - Fork 34
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
Problems updating to 3.4 #2523
Comments
Hi there! I republished the version's distribution just in case, and created a fresh Laravel install. I was able to install Nova according to the documentation. Please try again! |
I tried updating again, but it still wants to update to the dev branch. I removed the composer requirement, the vendor folder, and composer.lock entry and I was able to get it to attempt an install of 3.4, but now I'm running into the issue from #2516. |
What does your |
Here is my composer file:
Dependencies:
|
I have forced horizon to the previous version:
that depends from |
Having the same issue. Adding |
I have the same issue with And I also have horizon in the project. |
Same issue here. I have
I deleted the
|
I have the same issue, too. |
Same here |
Try to set the next higher version range. This worked for me: The operator I have tried |
I'm running into the same issue. I can update to 3.4 but then running in to #2516 again
|
@davidhemphill @jbrooksuk Why is this issue closed? We hit the same issues with installing the dependencies. I believe a good solution has been provided in #2516 already. Let me know if I can help in any way! |
Still running into this issue... I'm also using horizon if that helps.. Using Nova: '~3.0' updates it to '3.0.x-dev 73f71a' and allows Horizon to be at 4.3.0
|
This is currently working for me
|
Also had this issue. Composer update with ~3.0 tries to install 3.0.x-dev 73f71a3 and gets a "Repository not found" error. Composer update with ~3.4 installs correctly. |
Not sure it this helps or not, but for some reason upgrading to this latest version caused a 404 error every time I tried to access the login screen. Tried all the update this and composer that stuff... Nothing worked, but I could see all the routes were there with a route check. Fixed it with a workaround by adding the login route to my web routes.
Works on |
Same issue here. |
same issue now :/ i tested cakephp/chronos fix but it's not working for me :/ |
I keep getting: ` [RuntimeException] Cloning into bare repository '/home/petar/.cache/composer/vcs/git-github.com-laravel-nova.git'... on windows 10 using php 8.0 with |
Try adding your nova credentials to auth.json
|
|
Description:
I was trying to update Nova from 3.3.2 to 3.4 and I ran into this problem in composer:
I followed the steps to generate a token and used it and it did update to 3.4 according to the footer in the UI. But in composer it now says I'm on laravel/nova 3.0.x-dev 73f71a3 and I feel like that might cause a problem in the future.
The text was updated successfully, but these errors were encountered: