Joep Meindertsma
Joep Meindertsma
I noticed that there was no `AUTH` message in the `/ws` hooks
I just removed the `ga` cookies from `staging.atomicdata.dev` locally, and that also resolved the issue. We had that bug earlier, but I fixed it. This is really weird, because I...
I think the issue is resolved now... At least
It's still here in some cases..! The `e2e.spec` still has a failing test
Awesome, great job! I'll take a closer look tomorrow :)
Great job! Only thing I still have left is [authentication](https://github.com/atomicdata-dev/atomic-server/pull/659#discussion_r1329660385).
> Late to the party, but personally, I would prefer to remove this parameter: > > ``` > /// CAUTION: Skip authentication checks, making all data publicly readable. Improves performance....
For some reason when I refresh a file, it gives me a 404. When I press retry, it works. I'll try to find out what's going on.
I think my 404 issue has to do with the URL encoding. The first part in `s3:fileID` is URL encoded, so it becomes `s3%3AfileID` (`:` becomes `%3A`). When we refresh...
We already use MUSL with earthly