server icon indicating copy to clipboard operation
server copied to clipboard

Build Apps on Base SAS

Results 20 server issues
Sort by recently updated
recently updated
newest added

Adding this here as some customers have asked about it. The following could help with providing an OIDC server for testing: https://github.com/anderspitman/obligator * https://fusionauth.io/articles/identity-basics/what-is-oidc

Currently SAS Studio fails silently (nothing shown) when the SAS licence expires We should have some way to identify that the licence has expired, for faster debugging of SASjs Server

## Issue - `cp` command is not supported by Windows Command Prompt (cmd.exe). - `npm` reported vulnerability in `jsonwebtoken`. ## Intent - Improve api `scripts` to make it work in...

`web.spec.ts` and `info.spec.ts` are failing on main branch.

In addressing https://github.com/sasjs/server/issues/359 it was discovered that the sequencing utility was broken in COSMODB (set every id to 1) In general, sequencing (surrogate key) isn't a great approach as it...

BREAKING CHANGE: remove auto incremental ids from user, group and permissions and add a virtual uid property that returns string value of documents object id ## Issue closes #361 ##...

Unit tests should be implemented using `Jest`. Integration tests should be implemented using `Jest` and `React Testing Library`. ### Related issues and PRs - https://github.com/sasjs/server/issues/346 - https://github.com/sasjs/server/pull/351

Avoid downloading macros from [github](https://api.github.com/repos/yabwon/SAS_PACKAGES/contents/SPF/Macros) on every restart in development mode

When using the extension I find that every so often, usually if I havent run something for a while, the server has stopped running and I have to restart it....

microsoft

In building a [demo version](https://demo.datacontroller.io) of [Data Controller](https://datacontroller.io) we noticed an issue when logging in with iPhone. ![image](https://user-images.githubusercontent.com/4420615/197580054-a8b376f1-424e-493e-9e9f-f61e330fa67e.png) It comes down to this line of code: https://github.com/sasjs/server/blob/main/api/src/routes/web/web.ts#L20 We should find...