appuio / cloud-portal

APPUiO Cloud Portal (Web Frontend)
Apache License 2.0
5 stars 0 forks source link

Timeout leads to non-dismissible popup #542

Closed akosma closed 11 months ago

akosma commented 1 year ago

Description

When signing up as a new user, I encountered a timeout connecting to Odoo during the creation of a new billing entity, and the red popup shown in the screenshot below appeared.

2 problems with this:

  1. The connection information (URL and port) must not be shown to the end user.
  2. The popup cannot be dismissed, instead I had to reload the browser window.

(After trying again, the form could be submitted successfully and the billing entity was created.)

Screenshot from 2023-04-20 14-44-30

Additional Context

No response

Logs

No response

Expected Behavior

  1. The error popup can be dismissed (either automatically after a few seconds, preferably, or with a small icon to close it manually)
  2. The error popup does not include information like ports or URLs.

Steps To Reproduce

No response