trufflesecurity / of-CORS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems when doing a fresh install

gustavorobertux opened this issue · comments

Hello friends,

This week I installed it once and everything worked normally. More precisely yesterday, when trying to redo the installation, I came across the following problem at the end of the installation.

ofcors

I am also sending a Heroku log:
ofcors_heroku.txt

This DNS problem started happening 2 days ago.

Thanks ;) !

Hey there, try deleting the website(s) in your cloudflare account and trying again from scratch

Hey there, try deleting the website(s) in your cloudflare account and trying again from scratch

I've done everything, started everything from scratch and nothing happens. I will try to create new accounts on both cloudflare and heroku

Hey there, try deleting the website(s) in your cloudflare account and trying again from scratch

Hey there, try deleting the website(s) in your cloudflare account and trying again from scratch

I've done everything, started everything from scratch and nothing happens. I will try to create new accounts on both cloudflare and heroku

Nothing happens :(

Ohh okay I think I know what it is. Manually add the website on cloudflare if it's not there (in case you just deleted it), go to the DNS tab, delete the DNS records, THEN delete the website

Ohh okay I think I know what it is. Manually add the website on cloudflare if it's not there (in case you just deleted it), go to the DNS tab, delete the DNS records, THEN delete the website

I partially followed your tip and apparently it worked, I did it as follows:

  1. I created the Cloudflare entries manually
  2. I removed the DNS addresses that were assigned to these entries. That is, at this point I have a record on Cloudflare, but without any DNS entry
  3. I removed the Heroku application
  4. I ran it again: CONFIG_FILE=/tmp/of_cors_config.yml make deploy_and_configure

And everything worked. But I have the impression that something has changed in the code (But I could be wrong).

Thanks !

gustavorobertux were you using the docker option? it seems to me that the container is missing some important files to at least run the command "CONFIG_FILE=/config.yml make deploy_and_configure".
The container does have the heroku cli tool and others. Any idea? ty