The site shows a JSON file instead of the UK #17

Closed
opened 2022-09-14 17:25:10 +00:00 by chmac · 2 comments
curl -sSi https://recipes.coopcloud.tech
HTTP/2 200
accept-ranges: bytes
access-control-allow-headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-origin: *
access-control-expose-headers: Content-Length,Content-Range
content-type: application/json
date: Wed, 14 Sep 2022 17:24:01 GMT
etag: "630e1d29-1e6d6"
last-modified: Tue, 30 Aug 2022 14:22:33 GMT
server: nginx/1.22.0
content-length: 124630

{
...
}

I guess there's supposed to be a web ui to interact with the recipes collection. I think I saw it once before, but the JSON file has been there for a while, at least a week or so.

``` curl -sSi https://recipes.coopcloud.tech HTTP/2 200 accept-ranges: bytes access-control-allow-headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range access-control-allow-methods: GET, POST, OPTIONS access-control-allow-origin: * access-control-expose-headers: Content-Length,Content-Range content-type: application/json date: Wed, 14 Sep 2022 17:24:01 GMT etag: "630e1d29-1e6d6" last-modified: Tue, 30 Aug 2022 14:22:33 GMT server: nginx/1.22.0 content-length: 124630 { ... } ``` I guess there's supposed to be a web ui to interact with the recipes collection. I think I saw it once before, but the JSON file has been there for a while, at least a week or so.
Owner

Thanks @chmac, diving into fixing this now!

Thanks @chmac, diving into fixing this now!
Owner

It's back!

It's back!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
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: coop-cloud/recipes.coopcloud.tech#17
No description provided.