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
For example using https://nimiqgiftcards.com/ with enabled brave shields (more specifically the "Cross-site cookies blocked" setting) causes an "Invalid request" error in the Hub on redirect.
This problem seems to occur only for cross-origin requests.
The actual cause has not been investigated yet, but likely access to the session storage or another storage is blocked.
If the problem is within the scope of the rpc lib, the detection should happen there, but appropriate error handling would need to be implemented in the hub.
The text was updated successfully, but these errors were encountered:
For example using https://nimiqgiftcards.com/ with enabled brave shields (more specifically the "Cross-site cookies blocked" setting) causes an "Invalid request" error in the Hub on redirect.
This problem seems to occur only for cross-origin requests.
The actual cause has not been investigated yet, but likely access to the session storage or another storage is blocked.
If the problem is within the scope of the rpc lib, the detection should happen there, but appropriate error handling would need to be implemented in the hub.
The text was updated successfully, but these errors were encountered: