-
No decks are visible sometimes after editing the name
-
| ABR | |
|-----|-----|
| Version | 3.5.8 |
| Reporter | Bobrien2007@comcast.net |
| Error Log | [107265 bytes](http://www.vassalengine.org/files/gh/eec3dbaa77d8f8e10b80405820bcca3d545970ae) |
trying…
-
Reported on Discord by bakert#2193
-
Opening this since the previous issue was closed by its author, but I think this needs to be addressed.
Currently, the tracker returns cards with a 5 digits card number when decoding targon set 3 car…
-
**System Information:**
Client Version: 2.8.0 (2021-01-26)
_______________________________________________________________________________________
Whenever I try to send my deck directl…
-
For some reason when I put the restclient in a function it returns a null value, then after a while it returns the proper value. Any clue how to fix this:
```
using System.Collections;
using Syst…
-
```
500 error at /signup/
500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the a…
-
It would be great to have a button next to none or all that would set allowed packs equal to my collection. Since it defaults to all, and doesn't seem to save a custom selection, its often time consum…
-
**Detailed context (ISSUES WILL NOT BE INVESIGATED WITHOUT IT!):**
- n/a (no account registered yet)
- https://mtgarena.pro/decks/mono-black-snow-control-2022
- https://prnt.sc/1bv08y1
**Your De…
-
### React useEffect 내 무한루프 에러
* `useEffect`는 랜더링이 초기화된 후 실행
* `useEffect` 내부에서 `getDeck()`이라는 함수 실행
```js
// Deck.js
useEffect(() => {
getDeck();
}, []);
```
* `getDeck()`은 db에서…