You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am getting error "Request for CSRF token did not return an X-CSRF-Token header "
To Reproduce
Run mantle deploy --environment dev
Loading project:
╷
│ Loaded config file ./mantle.yml
│ Selected provided environment configuration dev
│ Loading previous state from remote object eeur/trimateh-mantle-states/dunkeep.mantle-state.yml
│
╰─ Succeeded
Deploying resources:
╷
│
╰─ Request for CSRF token did not return an X-CSRF-Token header.
Error: Process completed with exit code 1.
Expected behavior
All my tokens should be valid and it should work
Environment (please complete the following information):
OS: MacOS
Mantle Version 0.11.16
Additional context
I saw that there were some commits regarding auth, eg: b1c53a9
So, I hope my tokens are fine, that there is a general issue, and that a release with a fix will be soon.
Awesome project btw!
The text was updated successfully, but these errors were encountered:
Thanks for the report! This was initially caused by a recent Roblox incident but it seems the Roblox team may not actually revert the change in behaviour. v0.11.17-prerelease includes a temporary fix for the issue, which may still have intermittent failures.
I'm currently investigating implementing a more correct solution for CSRF token management, but I'm having some difficulties so I may just change the endpoint which rbx_auth currently uses to retrieve the CSRF token.
Describe the bug
I am getting error "Request for CSRF token did not return an X-CSRF-Token header "
To Reproduce
Expected behavior
All my tokens should be valid and it should work
Environment (please complete the following information):
Additional context
I saw that there were some commits regarding auth, eg: b1c53a9
So, I hope my tokens are fine, that there is a general issue, and that a release with a fix will be soon.
Awesome project btw!
The text was updated successfully, but these errors were encountered: