i have a collabora sever up and running everything is work but when i connect it to nextcloud it keep on it dont want to load the files please help me
I’m not a developer, but just here to say, if you want help, you’ll probably need to be more specific about exactly what happens, ideally with a screenshot so people can understand the problem. For example, it could be the same problem I had here, or it could be a completely different thing from your limited description.
1 Like
Hi @phoenix
(thanks @crobar for chiming in : ))
Could you please paste here what you see when accessing the Network tab in the web dev tools?
- ctrl + shift + i or simply F12
- Select
Network
tab - probably you need to reload the page now
Does it show any error popup or takes a long time without showing any error but eventually it loads?
Also maybe it would help if you paste here your console errors, here is how:
- ctrl + shift + i or simply F12
- Select
Console
tab - You can filter by
Errors
only ( by deselecting all the othersWarnings
,logs
,Info
,Debug