'More' links return error #18

Closed
opened 2022-12-05 14:28:43 +00:00 by samuk · 3 comments

On this instance https://recipes.coopcloud.tech/ all the links to find out more produce an error 'unable to load app data'

On this instance https://recipes.coopcloud.tech/ all the links to find out more produce an error 'unable to load app data'
Owner

Thanks for the report @samuk! We'll look into it ASAP. I suspect some issue with the dodgy CORS proxy we're using 😬

Thanks for the report @samuk! We'll look into it ASAP. I suspect some issue with the dodgy CORS proxy we're using 😬
Owner

Tales from Co-op Cloud Tech channel:

maybe you could set up a handler that matches the .../raw/... URL pattern and then in that handler, put Access-Control-Allow-Origin: *

so the problem looks like https://cors-container.herokuapp.com is down? its returning 503

looks like gitea now has a config for it?
https://docs.gitea.io/en-us/config-cheat-sheet/#cors-cors

I'm sure yall have already run into this, but, that thing with gitea where you can't change the env vars on teh docker-compose and let it recreate the contianer. you have to actually go into the config file and edit the config file itself

here is a quick ez guide which shows an example config 💯 https://tesh.at/blog/gitea-cors/

Tales from Co-op Cloud Tech channel: > maybe you could set up a handler that matches the .../raw/... URL pattern and then in that handler, put Access-Control-Allow-Origin: * > so the problem looks like https://cors-container.herokuapp.com is down? its returning 503 > looks like gitea now has a config for it? https://docs.gitea.io/en-us/config-cheat-sheet/#cors-cors > I'm sure yall have already run into this, but, that thing with gitea where you can't change the env vars on teh docker-compose and let it recreate the contianer. you have to actually go into the config file and edit the config file itself > here is a quick ez guide which shows an example config 💯 https://tesh.at/blog/gitea-cors/
3wordchant referenced this issue from a commit 2023-01-09 03:05:16 +00:00
Owner

It's fixed! 🎉

image

It's fixed! 🎉 ![image](/attachments/2c98d291-46cc-40fb-8dfd-868ef7cff18e)
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#18
No description provided.