Ludus should be able to request the contents of a file through the JS frontend #33

Closed
opened 2025-06-25 17:23:56 +00:00 by scott · 1 comment
Owner
No description provided.
Author
Owner

It can!

Edited to add, for posterity: this was a real bear. We had to get alea set up to respond to CORS requests, which involved somehow forgetting that we needed to set up nginx and not (only?) gitea to respond to them.

Also, the JS needed to make the fetch request using {mode: cors} to work (in ludus.js).

It can! Edited to add, for posterity: this was a real bear. We had to get `alea` set up to respond to CORS requests, which involved somehow forgetting that we needed to set up nginx and not (only?) gitea to respond to them. Also, the JS needed to make the fetch request using `{mode: cors}` to work (in `ludus.js`).
scott closed this issue 2025-07-02 16:39:33 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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: twc/ludus#33
No description provided.