Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Invalid CSRF token #1

Open
iamdoubz opened this issue Feb 4, 2020 · 0 comments
Open

Invalid CSRF token #1

iamdoubz opened this issue Feb 4, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@iamdoubz
Copy link
Owner

iamdoubz commented Feb 4, 2020

What is broke?

When creating a new blog, uploading a document, etc. user is presented with all kinds of CSRF errors and warnings. Therefore, it is unusable.

Other

Happens when running directly from Git-SCM, CMD, or PowerShell.

PS C:\Plume> ./plume
Configuration read from C:\Plume\.env
Warning: the email server is not configured (or not completely).
Please refer to the documentation to see how to configure it.
🔧 Configured for production.
    => address: 127.0.0.1
    => port: 7879
    => log: critical
    => workers: 8
    => secret key: provided
    => limits: forms = 128KiB, json* = 1MiB
    => keep-alive: 5s
    => tls: disabled
🚀 Rocket has launched from http://127.0.0.1:7879
Csrf violation while acceding "/blogs/new"
Error: Multiple `Cookies` instances are active at once.
Warning: The retrieved `Cookies` instance will be empty.
Error: Multiple `Cookies` instances are active at once.
Warning: The retrieved `Cookies` instance will be empty.
Csrf violation while acceding "/blogs/new"
Csrf violation while acceding "/blogs/new"
Error: No matching routes for GET /favicon.ico image/webp.
Warning: Responding with 404 Not Found catcher.

Possible causes

No way to test, but maybe reverse proxy fixes with proper URL?

@iamdoubz iamdoubz added the bug Something isn't working label Feb 4, 2020
@iamdoubz iamdoubz self-assigned this Feb 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant