-
- Skygear Server v0.6.1
Error log:
```
panic: want 1 rows updated, got 4
goroutine 13 [running]:
github.com/oursky/skygear/skydb/pq.(*conn).DeleteDeviceByToken(0xc8204fa6e0, 0xc8203df980, 0x40, 0xe…
-
At Sign Up procedure, SDK invoked onAuthFail callback while a user record is created on server DB.
From logcat, such error message appears after android fire a web service request:
```
06-29 17:22:56…
-
- Aim: When developer uses webpack to bundle their apps (Angular / ReactJS / Electron), they need to follow this set up
- refactor this page
- not to assume yeoman
- put this inside the getting star…
-
Was inspired by this commit: oursky/doorlock@ba23e99
The developer in the above commit has to explicitly re-subscribe to a channel onConnectionClose()
The SDK maybe should have a default retry value…
-
If we tails the log and try to do something like transfer files between plugin and skygear. Current config is to log the whole transferred payload, which cause the freeze of a terminal
- Skygear Serve…
-
prerequisite for skygeario/skygear-sdk-js#32
-
Even when roles are associated in `_user_role` database, `user` object in `skygear.currentUser` or `skygear.getUsersByEmail` have `user.roles` being an empty array `[]`.
-
- Skygear Server Date/Version: 0.12.1
- Application Platform:
- [x] Attached logs, screenshots
I have the following code in my js.
```
const query = new skygear.Query(skygear.Record.extend('options'…
-
When the developer try to use the role base ACL, he will need to setup the first admin role and admin users in the database in order to make it works.
- Skygear Server Date/Version: v0.13 13 July
-
Request:
![image](https://cloud.githubusercontent.com/assets/17264790/15890137/b538e83c-2da0-11e6-8d41-920d389d9b66.png)
Response:
```
{
"error": {
"name": "UnexpectedError",
"code": 10000,…
ghost updated
8 years ago