Refresh page usually needed to submit post
-
Hi I'm having a little trouble.
I usually need to refresh to submit a post. Sometimes it seems some of the CSS doesn't load as well. (This is consisetent with different users on different browsers.)
I've tried disabling plugins, and returning the theme from Slick to Persona. Various errors appear in the browser console but there are two that remain consistent:
inpage.js:141 Uncaught TypeError: Cannot read properties of undefined (reading 'config')
Also a warning
DevTools failed to load source map: Could not load content for chrome-extension://mcfphkbpmkbeofnkjehahlmidmceblmm/content_script.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
Also might be useful to know I'm using Nils' docker image and proxying via nginx.
I'm wondering if it's something wrong in my config.json?
{ "url": "https://cryptowhatever.com/", "secret": "[removed]", "database": "redis", "port": 4567, "redis": { "host": "127.0.0.1", "port": "6379", "password": "[removed]", "database": "0" } }
Any ideas? Thanks for you help!
-
@saintsal said in Refresh page usually needed to submit post:
"url": "https://cryptowhatever.com/",
I don't think you need a trailing slash. Have you tried without it?
-
I just submitted a topic with no issues. Maybe try clearing your cache?
-