[GH-ISSUE #3842] [Bug]: PWPush integration doesn't work with subdomain #1715

Closed
opened 2026-03-02 13:46:28 +03:00 by kerem · 2 comments
Owner

Originally created by @marksmenit on GitHub (Mar 24, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3842

Required confirmations before submitting

  • I can reproduce this issue on the latest released versions of both CIPP and CIPP-API.
  • I have searched existing issues (both open and closed) to avoid duplicates.
  • I am not requesting general support; this is an actual bug report.

Issue Description

Failed to create a new PwPush link: Cannot validate argument on parameter 'BaseUrl'. The argument " https://pwpush.marksmenit.nz/" does not match the "^https?://[a-zA-Z0-9-]+.[a-zA-Z0-9]+" pattern. Supply an argument that matches "^https?://[a-zA-Z0-9-]+.[a-zA-Z0-9]+" and try the command again.

The regex pattern looks for a domain (text.text). We host pwpusher on a subdomain internally.

Environment Type

Non-sponsored user

Front End Version

7.3.2

Back End Version

7.3.2

Relevant Logs / Stack Trace


Originally created by @marksmenit on GitHub (Mar 24, 2025). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3842 ### Required confirmations before submitting - [x] **I can reproduce this issue on the latest released versions** of both CIPP and CIPP-API. - [x] **I have searched existing issues** (both open and closed) to avoid duplicates. - [x] I am **not** requesting general support; this is an actual bug report. ### Issue Description Failed to create a new PwPush link: Cannot validate argument on parameter 'BaseUrl'. The argument " https://pwpush.marksmenit.nz/" does not match the "^https?:\/\/[a-zA-Z0-9-_]+.[a-zA-Z0-9]+" pattern. Supply an argument that matches "^https?:\/\/[a-zA-Z0-9-_]+.[a-zA-Z0-9]+" and try the command again. The regex pattern looks for a domain (text.text). We host pwpusher on a subdomain internally. ### Environment Type Non-sponsored user ### Front End Version 7.3.2 ### Back End Version 7.3.2 ### Relevant Logs / Stack Trace ```plaintext ```
kerem 2026-03-02 13:46:28 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Mar 24, 2025):

Thank you for reporting a potential bug. If you would like to work on this bug, please comment:

I would like to work on this please!

Thank you for helping us maintain the project!

<!-- gh-comment-id:2746722371 --> @github-actions[bot] commented on GitHub (Mar 24, 2025): Thank you for reporting a potential bug. If you would like to work on this bug, please comment: > I would like to work on this please! Thank you for helping us maintain the project!
Author
Owner

@JohnDuprey commented on GitHub (Mar 24, 2025):

Try removing the space from the beginning of the url

<!-- gh-comment-id:2746724174 --> @JohnDuprey commented on GitHub (Mar 24, 2025): Try removing the space from the beginning of the url
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#1715
No description provided.