CSRF validation failed - installing plugin

Hello,

I get the following error when installing a developed plugin. Has anyone encountered this error before? This started when I remade to project into a Maven to include java class files and package jars. This is how the logs look:



Thank you

CSRF token expires when the session expires.

This is just a security feature in IIQ implementation and is not a major error.

I see thank you. It only happens with this plugin, I thought something was off with the source code. Does the CSRF token renew at some point or do you have to do that manually? Several hours later I could still not install the plugin.

Usually, CSRF error would appear if you’re trying to access multiple IIQ pages using same credentials for example say when you open multiple IIQ browser tabs with same id. It should never show up when you open 1 IIQ tab for your id.The issue might be unrelated.

Im assuming you’re using a separate Plugin DB, are you reusing any IIQ credentials in the code somehow?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.