You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However some HTTP servers will remove spaces between multiple header values. The values will be separated by comma without a space. In this case, prez-ui throws "currentProfile is undefined" because it cannot get correctly read the available profiles from the Link header.
The text was updated successfully, but these errors were encountered:
This line here assumes link values in the Link Header will be separated by comma-space.
prez-ui/src/composables/api.ts
Line 63 in 067ab41
However some HTTP servers will remove spaces between multiple header values. The values will be separated by comma without a space. In this case, prez-ui throws "currentProfile is undefined" because it cannot get correctly read the available profiles from the
Link
header.The text was updated successfully, but these errors were encountered: