Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

fix: Clarify why certain functions are not available for upsun fixed#1598

Open
matthiaz wants to merge 2 commits into
platformsh:mainfrom
matthiaz:mr/matthias/fixes/clarify-user-facing-error
Open

fix: Clarify why certain functions are not available for upsun fixed#1598
matthiaz wants to merge 2 commits into
platformsh:mainfrom
matthiaz:mr/matthias/fixes/clarify-user-facing-error

Conversation

@matthiaz
Copy link
Copy Markdown
Contributor

We had a customer ask to enable flexibile resources API on an upsun fixed project.

This is not possible nor something we want to support, but if you look at the error message, it made sense that the customer asked for it.

  • Customer got an out of disk space warning.
  • Went to docs.upsun.com
  • And then tried the command that was suggested to them
upsun resources:size:list -p vkp53d2mvpmig -e main
The flexible resources API is not enabled for the project SCJ Unified Website (vkp53d2mvpmig).

We need to clarify such errors to avoid this.

Additionally we could improve documentation about this, but that's out of scope for this ticket.

sprintf(
'The flexible resources API is not enabled for the project %s.\n
The function you attempted to use is not available on fixed plans.\n
Please refer to the Fixed documentation: https://fixed.docs.upsun.com/
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll have to make this conditional on a 'fixed' docs link being configured in config.yaml (as it's affected by white labels).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants