-
Notifications
You must be signed in to change notification settings - Fork 1
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
Editing an application, the entrypoint in the form is not set correctly #721
Comments
I have added the following video.
then I select terzo as entrypoint. As you can see terzo is the first selected service because is the entrypoint Here the PR to put this behavior (#428). I personally agree with the PR from @leorossi, also @Fmusso94 reported that during tests on meraki. However there is a bug instead on the update of the application. |
Note that the entry point is not updated at all when updating an application |
Yep I noticed during tests today, I've already checked were the problem could be. |
the problem is on generator inside platformatic (https://github.com/platformatic/platformatic/blob/main/packages/runtime/lib/generator/runtime-generator.js#L335)
this cause the following problem Error: Error invoking remote method 'open-app': FastifyError [PLT_CONFIG_CANNOT_PARSE_CONFIG_FILE]: Cannot parse config file. Invalid entrypoint: 'terzo' does not exist
(I tried to use the following code in the following )
But the application was not updated. |
It's a bug on the generator that does not support this feature. I opened an issue: platformatic/platformatic#2601 assigned to me |
It always sets the first one
The text was updated successfully, but these errors were encountered: