owncloud / notes

:notebook_with_decorative_cover: Notes app for ownCloud
GNU Affero General Public License v3.0
195 stars 46 forks source link

Bad Signature #232

Open Happyfeet01 opened 8 years ago

Happyfeet01 commented 8 years ago

Hello,

i can´t open Notes on the Cloud, but on Android it works.

Steps to reproduce

  1. open Notes in Browser (notes 2.0.1)

    Expected behaviour

Owncloud tells me that the app has "Bad Signature"

Server configuration

Operating system: Ubuntu 14.04 LTS

Web server: Apache2 Database: MySQL PHP version: php 7 ownCloud version: (see ownCloud admin page) Owncloud 9.0.1 Updated from an older ownCloud or fresh install: Updated from OC 9 Where did you install ownCloud from: Manually Signing status (ownCloud 9.0 and above):

No errors have been found.

List of activated apps:

Enabled:                                                                                                     
  - activity: 2.2.1                                                                                          
  - calendar: 1.2.2                                                                                          
  - comments: 0.2                                                                                            
  - contacts: 1.3.1.0                                                                                        
  - dav: 0.1.6                                                                                               
  - documents: true                                                                                          
  - encryption: 1.2.0                                                                                        
  - federatedfilesharing: 0.1.0                                                                              
  - federation: 0.0.4                                                                                        
  - files: 1.4.4                                                                                             
  - files_external: 0.5.2                                                                                    
  - files_mv: true                                                                                           
  - files_sharing: 0.9.1                                                                                     
  - files_texteditor: 2.1                                                                                    
  - files_trashbin: 0.8.0                                                                                    
  - files_versions: 1.2.0                                                                                    
  - files_videoplayer: 0.9.8                                                                                 
  - firstrunwizard: 1.1                                                                                      
  - gallery: 14.5.0                                                                                          
  - libreonline: true                                                                                        
  - mail: 0.5.1                                                                                              
  - music: true                                                                                              
  - news: 8.8.0                                                                                              
  - notes: true                                                                                              
  - notifications: 0.2.3                                                                                     
  - ocdownloader: 1.5                                                                                        
  - provisioning_api: 0.4.1                                                                                  
  - sketch: true                                                                                             
  - systemtags: 0.2                                                                                          
  - tasks: true                                                                                              
  - templateeditor: 0.1                                                                                      
  - updatenotification: 0.1.0                                                                                
Disabled:                                                                                                    
  - external                                                                                                 
  - files_pdfviewer                                                                                          
  - user_external                                                                                            
  - user_ldap

The content of config/config.php:

{                                                                                                            
    "system": {                                                                                              
        "instanceid": "ocpsovzwa7ww",                                                                        
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",                                                     
        "secret": "***REMOVED SENSITIVE VALUE***",                                                           
        "trusted_domains": [                                                                                 
            "cloud-surfer.eu",                                                                               
            "cloud.cloud-surfer.eu"                                                                          
        ],                                                                                                   
        "datadirectory": "\/mnt\/owncloud\/data",                                                            
        "overwrite.cli.url": "http:\/\/81.169.130.87\/",                                                     
        "dbtype": "mysql",                                                                                   
        "version": "9.0.2.2",                                                                                
        "dbname": "owncloud",                                                                                
        "dbhost": "localhost",                                                                               
        "dbtableprefix": "oc_",                                                                              
        "dbuser": "***REMOVED SENSITIVE VALUE***",                                                           
        "dbpassword": "***REMOVED SENSITIVE VALUE***",                                                       
        "logtimezone": "Europe\/Berlin",                                                                     
        "installed": true,                                                                                   
        "loglevel": 0,                                                                                       
        "maintenance": false,                                                                                
        "appstore.experimental.enabled": true,                                                               
        "singleuser": false,                                                                                 
        "mail_smtpmode": "php",                                                                              
        "mail_from_address": "mail",                                                                         
        "mail_domain": "cloud-surfer.eu",                                                                    
        "mail_smtpauthtype": "PLAIN",                                                                        
        "mail_smtpauth": 1,                                                                                  
        "mail_smtphost": "mail.cloud-surfer.eu",                                                             
        "mail_smtpport": "587",                                                                              
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",                                                    
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",                                                
        "mail_smtpsecure": "ssl",                                                                            
        "updatechecker": true,                                                                               
        "theme": "mytheme",                                                                                  
        "memcache.local": "\\OC\\Memcache\\Redis",                                                           
        "memcache.locking": "\\OC\\Memcache\\Redis",                                                         
        "redis": {                                                                                           
            "host": "localhost",                                                                             
            "port": 6379                                                                                     
        },                                                                                                   
        "updater.secret": "***REMOVED SENSITIVE VALUE***"                                                    
    }                                                                                                        
} 

Are you using external storage, if yes which one: local/smb/sftp/... Google drive

Are you using encryption: yes/no

yes

Client configuration

Browser: Chrome Browser, Internet Explorer Operating system: Windows 7 , At home Windows 10

Logs

Web server error log

no entrys

ownCloud log (data/owncloud.log)

nothing

Browser log

shareconfigmodel.js?v=38a4249…:24 Uncaught ReferenceError: oc_appconfig is not defined(anonymous function) @ shareconfigmodel.js?v=38a4249…:24(anonymous function) @ shareconfigmodel.js?v=38a4249…:90
js.js?v=38a4249…:203 Uncaught TypeError: Cannot read property 'substring' of undefinedOC.filePath @ js.js?v=38a4249…:203(anonymous function) @ viewer.js?v=38a4249…:4
app.js?v=38a4249…:330 Uncaught TypeError: Cannot read property 'meta' of undefined
Henni commented 7 years ago

Does this issue still occur?