flow icon indicating copy to clipboard operation
flow copied to clipboard

Deprecate and remove support for a custom push URL

Open Artur- opened this issue 2 years ago • 2 comments

Describe your motivation

There is no use case for setting a custom push URL. It is similar to the URL used for UIDL requests.

If you run a normal setup, the default always works.

If you want to use an external push server or similar, it won't work by just changing the URL

Describe the solution you'd like

There should be no setting for a custom push URL.

Before removing it it should show a message when used e.g.

You are defining a custom push URL. This is no longer supported as it is not needed for any use case and support will be removed in a future version.

Artur- avatar Jun 22 '22 09:06 Artur-

This use case described here apparently needs a custom push URL API

mshabarov avatar Sep 23 '22 10:09 mshabarov

Can be closed as fix is available in https://github.com/vaadin/flow/pull/14638

MarcinVaadin avatar Sep 26 '22 09:09 MarcinVaadin