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
Is your feature request related to a problem? Please describe.
When we request api URL with slush - / at the end, it returns Error Error in event handler: TypeError: Failed to construct 'URL': Invalid URL
Describe the solution you'd like
A clear and concise description of what you want to happen.
It can work both with or without slush - / at the end of API URL.
Describe alternatives you've considered
Shows us error in view, like immediate validation error on that URL fields not only in web Inspector,
Additional context
NA
The text was updated successfully, but these errors were encountered:
Regarding "/" at rhe end:
We have seperate fields for URL and Path. The "/" part usually goes with the Path field. Anyway this is still an issue. We have a PR (WIP) redy to be deployed #189 . When it lands, this issue will be solved.
Thanks for bring this issue upfront. We'll investigate the quickest solution for this, meanwhile use slash on Path field or if theres no Path field, simple remove the "/"
Is your feature request related to a problem? Please describe.
When we request api URL with
slush - /
at the end, it returns ErrorError in event handler: TypeError: Failed to construct 'URL': Invalid URL
Describe the solution you'd like
A clear and concise description of what you want to happen.
It can work both with or without
slush - /
at the end of API URL.Describe alternatives you've considered
Shows us error in view, like immediate validation error on that URL fields not only in web Inspector,
Additional context
NA
The text was updated successfully, but these errors were encountered: