Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nameplate deletion issue #147

Open
blaisephilip opened this issue Dec 2, 2024 · 1 comment
Open

Nameplate deletion issue #147

blaisephilip opened this issue Dec 2, 2024 · 1 comment

Comments

@blaisephilip
Copy link

blaisephilip commented Dec 2, 2024

The mnestix-browser V1.3 reported Unexpected Error in the UI after I tried to delete 2 new Nameplates (V1.0 and V2.0) after I've created them. The log shows the following, made when the UI error was reported (unfortunately no timestamping there):

mnestix-browser | [next-auth][warn][NEXTAUTH_URL]
mnestix-browser | https://next-auth.js.org/warnings#nextauth_url
mnestix-browser | [next-auth][warn][NEXTAUTH_URL]
mnestix-browser | https://next-auth.js.org/warnings#nextauth_url
mnestix-browser | Response {
mnestix-browser | digest: '3288676927',
mnestix-browser | [Symbol(realm)]: null,
mnestix-browser | [Symbol(state)]: {
mnestix-browser | aborted: false,
mnestix-browser | rangeRequested: false,
mnestix-browser | timingAllowPassed: true,
mnestix-browser | requestIncludesCredentials: true,
mnestix-browser | type: 'default',
mnestix-browser | status: 403,
mnestix-browser | timingInfo: {
mnestix-browser | startTime: 259942.46020000055,
mnestix-browser | redirectStartTime: 0,
mnestix-browser | redirectEndTime: 0,
mnestix-browser | postRedirectStartTime: 259942.46020000055,
mnestix-browser | finalServiceWorkerStartTime: 0,
mnestix-browser | finalNetworkResponseStartTime: 0,
mnestix-browser | finalNetworkRequestStartTime: 0,
mnestix-browser | endTime: 259948.05709999986,
mnestix-browser | encodedBodySize: 0,
mnestix-browser | decodedBodySize: 0,
mnestix-browser | finalConnectionTimingInfo: null
mnestix-browser | },
mnestix-browser | cacheState: '',
mnestix-browser | statusText: 'Forbidden',
mnestix-browser | headersList: HeadersList {
mnestix-browser | cookies: null,
mnestix-browser | [Symbol(headers map)]: [Map],
mnestix-browser | [Symbol(headers map sorted)]: null
mnestix-browser | },
mnestix-browser | urlList: [ [URL] ],
mnestix-browser | body: { stream: undefined }
mnestix-browser | },
mnestix-browser | [Symbol(headers)]: HeadersList {
mnestix-browser | cookies: null,
mnestix-browser | [Symbol(headers map)]: Map(3) {
mnestix-browser | 'content-length' => [Object],
mnestix-browser | 'date' => [Object],
mnestix-browser | 'server' => [Object]
mnestix-browser | },
mnestix-browser | [Symbol(headers map sorted)]: null
mnestix-browser | }
mnestix-browser | }
mnestix-browser | Response {
mnestix-browser | digest: '3288676927',
mnestix-browser | [Symbol(realm)]: null,
mnestix-browser | [Symbol(state)]: {
mnestix-browser | aborted: false,
mnestix-browser | rangeRequested: false,
mnestix-browser | timingAllowPassed: true,
mnestix-browser | requestIncludesCredentials: true,
mnestix-browser | type: 'default',
mnestix-browser | status: 403,
mnestix-browser | timingInfo: {
mnestix-browser | startTime: 265192.83150000125,
mnestix-browser | redirectStartTime: 0,
mnestix-browser | redirectEndTime: 0,
mnestix-browser | postRedirectStartTime: 265192.83150000125,
mnestix-browser | finalServiceWorkerStartTime: 0,
mnestix-browser | finalNetworkResponseStartTime: 0,
mnestix-browser | finalNetworkRequestStartTime: 0,
mnestix-browser | endTime: 265196.76290000044,
mnestix-browser | encodedBodySize: 0,
mnestix-browser | decodedBodySize: 0,
mnestix-browser | finalConnectionTimingInfo: null
mnestix-browser | },
mnestix-browser | cacheState: '',
mnestix-browser | statusText: 'Forbidden',
mnestix-browser | headersList: HeadersList {
mnestix-browser | cookies: null,
mnestix-browser | [Symbol(headers map)]: [Map],
mnestix-browser | [Symbol(headers map sorted)]: null
mnestix-browser | },
mnestix-browser | urlList: [ [URL] ],
mnestix-browser | body: { stream: undefined }
mnestix-browser | },
mnestix-browser | [Symbol(headers)]: HeadersList {
mnestix-browser | cookies: null,
mnestix-browser | [Symbol(headers map)]: Map(3) {
mnestix-browser | 'content-length' => [Object],
mnestix-browser | 'date' => [Object],
mnestix-browser | 'server' => [Object]
mnestix-browser | },
mnestix-browser | [Symbol(headers map sorted)]: null
mnestix-browser | }
mnestix-browser | }

Is the nameplate deletion by the UI's Delete dropdown option not yet implemented in the backend?

@hofermo
Copy link
Contributor

hofermo commented Dec 2, 2024

Hey @blaisephilip,

thank you for your bug report.
We will investigate this and get back to you soon.

Regards
Moritz

Caution

Did you know, we moved our repository to the Eclipse Foundation as we are an official Eclipse project.
https://github.com/eclipse-mnestix/mnestix-browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants