After update our forum we got the following message on the data-explorer plugin
The data explorer is only available to admins.
Could you please help us to fix an issue
After update our forum we got the following message on the data-explorer plugin
Could you please help us to fix an issue
I just did an upgrade and donāt have this problem. Are you sure that the user trying to access data-explorer is an admin?
I have seen this bug due to the rate limiterā¦ if you wait 10 seconds and reload the page does data explorer show up.
I did it but not luck
Iām getting this same error. Iām running 2.6.0.beta2 as development version.
When I enable the plugin and try to access it at /admin/plugins/explorer, I get this console message:
Warning: no type cast defined for type ānameā with oid 19. Please cast this type explicitly to TEXT to be safe for future changes.
Have you upgraded to pg12?
Have you migrated the database?
No, I didnāt change anything.
In fact, I just installed a new instance ( 2.6.0.beta3 / docker 19.03.13 / on Debian bullseye) and get the warning right away when running d/rake autospec
or trying to access the plugin. I donāt know if itās related in any way, but thatās the only warning i see.
Taking a look, the āThe data explorer is only available to admins.ā message shows up for any error encountered while loading up the page.
This was sensible when there was a very small list of things that could go wrong, but the fix here is probably better clientside error reporting.
Change is up - the existing text is now triggered by an explicit check of admin permissions, and standard error handling is used for any failed requests.
This topic was automatically closed after 2 days. New replies are no longer allowed.