Skip to content

Cannot create a booking #99

Description

@h200101

Hi,
I tried to create a booking:

curl 'https://booking.domain.com/admin/kavica' \
  -X POST \
  -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Firefox/152.0' \
  -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
  -H 'Accept-Language: sl,en;q=0.9,en-US;q=0.8' \
  -H 'Accept-Encoding: gzip, deflate, br, zstd' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -H 'Origin: https://booking.domain.com' \
  -H 'DNT: 1' \
  -H 'Connection: keep-alive' \
  -H 'Referer: https://booking.domain.com/admin/kavica' \
  -H 'Cookie: csrf-token=Ztg35PHx3jb6d2PyskjFZQ' \
  -H 'Upgrade-Insecure-Requests: 1' \
  -H 'Sec-Fetch-Dest: document' \
  -H 'Sec-Fetch-Mode: navigate' \
  -H 'Sec-Fetch-Site: same-origin' \
  -H 'Sec-Fetch-User: ?1' \
  -H 'Priority: u=0, i' \
  -H 'Pragma: no-cache' \
  -H 'Cache-Control: no-cache' \
  -H 'TE: trailers' \
  --data-raw 'csrf-token=Ztg35PHx3jb6d2PyskjFZQ&startUtc=2026-07-15T13%3A00%3A00Z&inviteeName=nuk&inviteeEmail=test%40gmail.com&guests=&website='

Response:

<!doctype html>
<html lang="en">
<head>
    <title>Internal Server Error - Error id 502bd7ca-0803-4c4f-97b0-70f84c41d0c0-4</title>
    <meta charset="utf-8">
</head><h1>Internal Server Error</h1>
Error id 502bd7ca-0803-4c4f-97b0-70f84c41d0c0-4 
<div class="container content">
</div></body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions