remark42
remark42 copied to clipboard
Unable to import from WordPress
- Start Remark42 following the docker-compose instructions here (with SECRET="testing" and REMARK_URL=http://localhost:8080)
- Importing from WordPress via instructions here https://remark42.com/docs/backup/migration/ return
remark42 | 2024/03/12 00:49:52.294 [DEBUG] {middleware/auth.go:75 middleware.(*Authenticator).auth.func1} auth failed, can't get token: token cookie was not presented: http: named cookie not present
How should I provide the auth cookie for WordPress import?
Can you please post the docker-compose.yml and logs of remark42 from start to unsuccessful import, and commands you are running, with the redacted domain name and secrets? https://pastebin.com would be a good place for it.
This works once the ADMIN_PASSWORD is set.
For the future generations, https://remark42.com/docs/backup/migration/ is the documentation which clarifies how to import comments from WordPress. I oversaw that it was missing in the original issue, as it mentions the necessity of the ADMIN_PASSWORD variable to be present.