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

Route page missing on 4.0.0 #518

Open
Maximebaker opened this issue Aug 6, 2023 · 7 comments
Open

Route page missing on 4.0.0 #518

Maximebaker opened this issue Aug 6, 2023 · 7 comments
Labels

Comments

@Maximebaker
Copy link

No description provided.

@chriskapp
Copy link
Member

@Maximebaker with the 4.0 release we have moved from "Routes" to "Operations", instead of Routes you create now an Operation. An operation is basically assigned to an HTTP path and method and is invoked if the specific request arrives at Fusio. You can find also more information at our release post s. https://www.fusio-project.org/blog/post/fusio-4.0-released

@Maximebaker
Copy link
Author

Where is the doc to edit my "routes" operations?

@Maximebaker
Copy link
Author

Maximebaker commented Aug 12, 2023

Here you can see that the operation tab is also missing and that if I try to go to /public/apps/operation, that thing happen:
Screenshot_20230811-231144.png

@chriskapp
Copy link
Member

Since you also have no "Operation" entry in your navigation the problem is probably that your account is not assigned to the "operation" scopes, for this go to the user panel and add the "operation" scope to your user, then it should work. You can find more information about the migration at https://github.com/apioo/fusio/blob/master/UPGRADE.md

@Maximebaker
Copy link
Author

Since you also have no "Operation" entry in your navigation the problem is probably that your account is not assigned to the "operation" scopes, for this go to the user panel and add the "operation" scope to your user, then it should work. You can find more information about the migration at https://github.com/apioo/fusio/blob/master/UPGRADE.md

As you can see, there is no operation scope in any of the category.
Screenshot_20230813-074221.png

I should have said that I upgraded fusio from 2.0.0 to 4.0.0 from the marketplace update button.

@Maximebaker
Copy link
Author

Am I the only one with that problem?

@chriskapp
Copy link
Member

Ok, so updating from 2.0 to 4.0 through the backend only updates the backend Angular app, to update the actual PHP backend you also need to migrate the database to the new structure, at this step the scope should be also created, you can find more instructions at our UPGRADE.md. Otherwise you can of course also start with a fresh installation which should work.

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

No branches or pull requests

2 participants